Machine learningSymmetric block cipher
高级加密标准 (AES),亦称 Rijndael,是一种对称分组密码,于 2001 年被美国政府采纳为官方加密标准。它以 128 位分组处理数据,使用 128 位、192 位或 256 位密钥,并执行多轮替换、置换和混合操作。AES 是当今使用最广泛的对称加密算法,保护从政府通信到日常互联网流量的一切。
AES 是一种高效且安全的密码,它通过反复对 128 位数据块应用四种数学变换来实现。核心思想是混淆 (confusion) 和扩散 (diffusion):混淆通过替换框 (S-boxes) 扰乱明文与密文之间的关系,而扩散则通过移位和混合操作将每个输入位的影射传播到整个输出。应用的轮数越多,在没有密钥的情况下就越难逆转。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Daemen, J., & Rijmen, V. (2002). The Design of Rijndael: AES - The Advanced Encryption Standard. Springer-Verlag. ISBN: 978-3540425809
- National Institute of Standards and Technology (NIST). (2001). FIPS 197: Specification for the Advanced Encryption Standard (AES). U.S. Department of Commerce. link ↗
如何引用本页
ScholarGate. (2026, June 3). Advanced Encryption Standard (Rijndael). ScholarGate. https://scholargate.app/zh/cryptography/aes
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
Compare side by side →