Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有数千条 AES_ENCRYPT 记录。问题是我刚刚意识到 ECB 模式非常不安全。
如何将 AES_ENCRYPT 128 ECB 转换为 openssl(或其他)AES 256 CBC?
非常感谢
看这里
修改文件后需要重新编译include/my_aes.h
include/my_aes.h
#define AES_KEY_LENGTH 128 /* must be 128 192 or 256 */