cryptography - Modify of AES S-Box -


is there way change standart s-box , inv. s-box of aes algorithm pair of s , inv s -boxes? standard s-box , inv. s-box here: http://en.wikipedia.org/wiki/rijndael_s-box

the possible explanation sboxinv not inverse of sbox. simple check reveals sbox[5e] = 6a, whereas sboxinv[6a] = 68 (and not 5e should be).


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -