搜索资源列表
MSvc98a
- openssl 0.9.8a 的VC6工程。调试SSL很方便-openssl 0.9.8a the VC6 project. SSL convenient debugging
openssl-0.9.7d_dsp
- 用VC6编译openssl源码的工程文件,openssl源码好找,这个东东可不好找。-with VC6 openssl source compiler works documents, openssl good source for the Eastern can be hard to find.
基于openssl实现的SM2算法
- 基于openssl实现的SM2算法,VC6编译通过。包括源代码和编译完成的程序-SM2 implement based on openssl
openssl-0.9.8
- VC6编译好的OPENSSL0.9.8,VC6编译好的OPENSSL0.9.8
encrypt_decrypt
- 基于OpenSSL的RSA加密解密程序,在VC6.0平台下实现。-A program of encryption and decryption useing RSA public key encrypt which is based on OpenSSL
Openssl_File
- 使用openssl实现了文件保险箱,在VC6环境下编译通过。-The use of a document openssl safe, in the circumstances VC6 compiled through.
testsoap
- vc6客户端软件,通过HTTPS访问SOAP协议web service的代码。需要集成openSSL.-client software written in VC6, which demostrates how to access SOAP web service via HTTPS. OpenSSL is required.
OpenSSL
- 精通PKI网络安全认证技术与编程实现一书中的Openssl一章的源代码,在VC6.0中编译通过。-Network Security PKI authentication technologies proficient with programming a chapter of a book Openssl source code, compiled in VC6.0 through.
VCcgTextDataBaseTest
- openssl库提供了强大的文本数据库能力,本程序是VC6.0下的文本数据库测试程序!-openssl library provides a powerful text database capabilities, the program is under VC6.0 text database test program!
compile
- Xp+vc6下编译openssl0.9.8的全过程,我自己将编译过程和遇到的问题和解决方法一并记下来,保证能过-Xp+ vc6 compile openssl0.9.8 the whole process, I will compile process and the problems encountered and solutions to be down, guaranteed over
ecdsa-src-vc6
- 使用openssl实现的椭圆密码学签名、认证的简单例子,vc6.0。-Elliptical cryptography signature authentication using openssl achieve simple example, vc6.0.
6.4--MAC
- 在VC6环境下编译使用openssl实现了 消息鉴别码MAC算法编码编程-Use the openssl to achieve message authentication code MAC algorithm coded programming compiled in VC6 environment
6.5-yanzheng
- 在VC6环境下编译使用openssl实现了摘要签名和验证算法编码编程-VC6 compiler environment using the openssl achieve the the summary signature and authentication algorithm coding programming
6.2public
- 在VC6环境下编译使用openssl实现了公钥算法 编码编程-Compiled in VC6 environment use openssl public key algorithm Coding Programming
6.1base64
- 在VC6环境下编译使用openssl实现了对称算法以及base64编码编程-VC6 compiler environment symmetric algorithm using the openssl base64 encoded programming
6.3hash
- 在VC6环境下编译使用openssl实现了哈希摘要算法编码编程-VC6 environment compile openssl achieve the hash digest algorithm coding programming
openssl
- windows下VC6.0编译好的openssl-VC6.0 compiler under windows good openssl
openssl 1.01e含VC工程
- openssl 1.01e含VC工程,可在VC6.0和VS下编译!
openssl-0.9.8r
- openssl编译后的库文件,VC6下可用。-openssl library files compiled, VC6 under available.
Openssl
- 基于VC6的openssl库, (1) lib\libeay32.lib及lib\ssleay32.lib是已经编译好的VC6可用的静态库, 只要把这两个文件拷到VC6的lib目录中即可。 (2) include\openssl是openssl相关的头文件, 只要把openssl这个文件夹复制到 VC6的include目录中即可, 注意是把openssl文件夹及里面的文件都复制过去。 (3) VC6写的源程序要调用Openssl库函数时,需要做以下两步: ①在