赞
踩
分组加密之AES加密算法
AES算法的诞生
python实现AES加密
AES加密详细流程
AES解密过程
AES的应用
1997年 NIST征集AES(Advanced Encryption Standard)2000年选中
https://www.nist.gov/
https://csrc.nist.gov/projects/block-cipher-techniques
AES分组长度为128位,密钥长度为128 192 256位
在线加密网站:
https://the-x.cn/cryptography/Aes.aspx
http://www.txttool.com/t/?id=ND13
https://tool.lmeee.com/jiami/aes
https://www.mklab.cn/utils/aes
http://tool.chacuo.net/cryptaes
https://www.ssleye.com/ssltool/aes_cipher.html
http://www.hiencode.com/caes.html
代码文件
.ECB-pcks7padding.py
.CBC-pcks7padding.py
https://www.pycryptodome.org/src/api
https://github.com/Legrandin/pycryptodome
DES算法的安全性
DES 1977年被采用
分组大小 64位
密钥长度 64位(实际使用56位 其中8位是奇偶校验位)
加密算法攻击方式
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。