11 2019 档案

摘要:OpenSSL aes加解密简单实例+base64编解码 #include <stdio.h> #include <string.h> #include <memory.h> #include <openssl/aes.h> #include <stdlib.h> #define AES_BLOCK 阅读全文
posted @ 2019-11-08 12:31 aoong 阅读(1037) 评论(0) 推荐(0)