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 */