2020年3月6日

Windows 编译 openssl-1.1.1d

摘要: 1,下载 openssl 源码包:https://www.openssl.org/source/openssl-1.1.1d.tar.gz2,下载并安装 NASM:https://www.nasm.us/pub/nasm/releasebuilds/2.13.01/win64/nasm-2.13.01-installer-x64.exe记得将 BIN 加入 PATH环境变量3,下载并安装 Perl... 阅读全文

posted @ 2020-03-06 16:21 thinkinc999 阅读(2446) 评论(0) 推荐(0) 编辑

RSA密钥对的使用C++

摘要: // RsaEncDec.cpp : This file contains the 'main' function. Program execution begins and ends there.//#include #include //#include #include #include #pragma comment(lib, "libssl.lib")#pragma comment(li... 阅读全文

posted @ 2020-03-06 16:08 thinkinc999 阅读(991) 评论(0) 推荐(0) 编辑

导航