If it becomes dynamic, you will have two keys for the algorithm, one is the encryption key and the other is the number of rounds, yes the algorithm will be more secure and more complex to implement. However, in AES, the bruet force attack is not the problem. One of the problems that we encounter with symmetric encryption is key distribution, if now we have two keys, the complexity will be doubled. The number of rounds enhances the avalanche effect which enhances the security of the algorithm.
This proposal of dynamic rounds number will be very important when we will opérat quantics computers, but at the moment the existante RSA system is secure against several attacks.
OK, I think that RSA, slower than AES and other stream Cipher method, I assume that receiver has one secret key and other sent by Sender, we create only one key for receiver, after receiver construct from self privet key and received key, Generate dynamic round number.
also, we could use two key such as RSA, But change one of Stream Cipher Algorithm such as RC4, and send whole of data by key stream method.
T he number of rounds in AES is variable and depends on the length of the key. AES uses 10 rounds for 128-bit keys, 12 rounds for 192-bit keys and 14 rounds for 256-bit keys. Each of these rounds uses a different 128-bit round key, which is calculated from the original AES key. In case of increasing the key size larger than 256 such as 512bits we need higher number of round to get probability 1/2^512
in conclude, I understand number of rounds and length of keys are dependent with together. so, if I want propose new algorithm such as AES, must number of rounds and length of key size independent. OK?
I think the number of rounds and the key size are related in the sense that larger key size needs more number of rounds to give attacking probability 1/2^keysize for AES.
the number of rounds in AES encryption, must be static, because the number of rounds depend on the length of the key, the machine implementation, and if the machine works on the 512 bits , then we can extended the number of the rounds, but one important of the security of AES depend on the size of the key ( no number of rounds),
please see RC5, and RC6 this encryption system with variable rounds.
The number of round may affect the computation power due to its process to deal with the key requirements.While, the security strength of AES depend on the size of the key ( It is not on the number of rounds).