#include <openssl/rsa.h> #include <string.h> main(){ int keylen, enclen, declen,i; char enc[256],dec[256]; char *b="1234"; RSA *key=NULL;
確定! 回上一頁