AES - Advanced Encryption Standard

Advanced Encryption Standard是一种分组密码算法,是一种对称加密算法,由比利时密码学家Joan Daemon、Vincent Rijmen开发,并于2000年被选拔为新一代加密技术,并命名为Advanced Encryption Standard - AES。其分组长度是32位,密钥的长度则是分组长度的整倍数,但通常只使用128位、192位和256位。算法

这种算法因两位发明者而得名Rijndael算法。它须要通过多轮运算,每一轮都有4个步骤:安全

一、Byte Substitution(字节替换)加密

二、Shift Rows(行平移).net

三、Mix Columns(列混和)htm

四、Add Round Key(异或运算)blog

Ansible Vault中,使用了一个由Python程序实现的AES 256加密算法。因为AES 128位已经很是安全,无人破解,因此,256位更加安全。开发

 

参考:get

https://www.tutorialspoint.com/cryptography/advanced_encryption_standard.htmit

https://aesencryption.netio

https://stackoverflow.com/questions/990705/whats-the-difference-between-sha-and-aes-encryption

https://www.krypterix.com/aes-256-bit-xts-military-grade-encryption-and-you/

相关文章
相关标签/搜索