搜索资源列表
openssl-rsa
- OpenSSL的RSA算法应用举例。是用VC写的,有实用价值。-RSA algorithm of OpenSSL is used and given an example. Written with VC, there is practical value.
auth-ssl
- Openssl的SSL证书认证程序,也是用VC写的。已通过测试。-Openssl SSL certificate authentication procedures, as well as with VC writes. Have passed the tests.
req
- openssl中req程序的VC实现-openssl which req procedures VC
ca
- 本软件包将每个openssl的apps程序做成一个可直接运行调试的VC Console 类型应用程序,方便研究和运用openssl的朋友,避免了openssl在windows下的编译问题,并且因为可以在VC环境下进行调试,使得对openssl的各个应用程序的流程更容易理解,这对openssl初学者尤其方便。希望大家多提意见。
Msvc097
- openssl的VC工程
openssl-0.9.8
- VC6编译好的OPENSSL0.9.8,VC6编译好的OPENSSL0.9.8
RSAExample
- 使用OPENSSL进行 RSA加密解密例子-The use of OpenSSL for RSA encryption and decryption examples
sign
- 本软件包将每个openssl的apps程序做成一个可直接运行调试的VC Console 类型应用程序,方便研究和运用openssl的朋友,避免了openssl在windows下的编译问题,并且因为可以在VC环境下进行调试,使得对openssl的各个应用程序的流程更容易理解,这对openssl初学者尤其方便。-The openssl package of apps for each procedure can run into a VC Console type debugging applica
EncryptDectyptTool_Src
- 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAP
EVP_Digest
- 利用vc的开发环境,使用openssl协议提供的库实现了消息摘要的生成和验证-Vc development environment by using the openssl library implements protocol provides message digest generation and verification
MSVC
- 这两天为openssl-1.0.0e制作的VC工程,除DGST和ocsp不能单独生成文件(编译时报错找不到符号,不用理会)外,基本上可生成所有其他的文件。具体列表如下:-VC project for openssl-1.0.0e
Msvc097
- 基于openssl的VC编译工程,已经能成功编译及调用大部分OPENSSL的接口-Openssl compiled based on the VC project has been successfully compiled and called most of the interface OPENSSL
Base64
- 利用openssl源码对文本文件内容实现base64编码和解码,利用c语言实现,VC平台-implement base64 encode and decode by using openssl
ssl
- windows下openssl编程实用类 CLenString 带长度的字符串类 CSSLUtil 加解密工具类-OpenSSL utilities for VC programing CLenString: String utility with length info. CSSLUtil: Utility for encrypt/decrypt