扫码关注官方订阅号
iOS中使用AES加密解密,使用CBC模式,需要一个向量iv,可增加加密算法的强度,大家有这方面的资料吗,度娘上搜了一个,但是没有这种增加向量的模式。
ringa_lee
https://github.com/RNCryptor/RNCryptor, 这个库用的是 CBC 模式。
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
https://github.com/RNCryptor/RNCryptor, 这个库用的是 CBC 模式。