Differences Between Rijndael and AES

后端 未结 4 1908
梦谈多话
梦谈多话 2020-11-27 05:52

I\'m investigating encryption algorithms - can someone give me a quick rundown of the differences between Rijndael and AES?

4条回答
  •  旧巷少年郎
    2020-11-27 06:24

    AES is a reduced version of Rijndael where it is only defined for block sizes of 128 bit whereas Rijndael is defined for block sizes of 128, 192 and 256 bit. If a different block size between encryption and decryption is used, then it is not possible to recover the original plaintext.

    Rijndael-256 and Rijndael-192 must be seen as completely different algorithms from AES (Rijndael-128). They are inherently incompatible.

提交回复
热议问题