AES
Advanced Encryption Standard
平文をブロック長ごとのチャンクで暗号化する、ブロック暗号の一つ。 DESの進化版。
Rijndael algorithm: 128, 160, 192, 224, and 256 bits
AES standard: 128 bits のみ
Rijndael algorithm: 128, 160, 192, 224, and 256 bits
AES standard: 128, 192, and 256-bit
利用例
Google Chrome >80のCookie暗号化
同じ鍵を用いたとき、同じ平文ブロックを暗号化した結果の暗号文ブロックが常に同じになる
データのパターンを隠せない
脆弱性がこの記事で言及されている
https://upload.wikimedia.org/wikipedia/commons/f/f0/Tux_ecb.jpg
隠しきれないTuxくん