Would variants of AES provide the same level of security as AES, say by just replacing the S-box with another one, MDS matrix of Mixcolumn, etc.?
Asked
Active
Viewed 456 times
3
-
1What research did you do? I’m asking, because you seem to be unaware of already existing questions like… *Replacing the Rijndael S-Box?* – e-sushi Aug 21 '14 at 14:33
1 Answers
3
There is book Algebraic Aspects of the Advanced Encryption Standard thats gives a good algebraic description of the AES algorithm. Reading it you'll see that there was some freedom in choosing some parametres to fix a standard. Changing this choices, but keeping the algebric properties should give you an equivalent algorithm. This mainly means you can change the irreductible polynomial used to define the field, ...

ddddavidee
- 3,324
- 2
- 23
- 34