搜索资源列表
openssl-0.9.8k-inc-lib-dll
- 使用vc编译出来的openssl链接库,包含头文件、静态库、动态库,版本为openssl-0.9.8k,供没有编译openssl环境的朋友使用-Vc compiled using the openssl-link library that contains the header files, static library, dynamic library, version openssl-0.9.8k, for there is no friend of the environment used
libtorrent-rasterbar-0.14.1.tar
- bittorrent c++ 跨平台库,能运行在windows, linux, Unix等平台,运行速度快,结合简单。libtorrent-rasterbar-0.14.1 版本可结合 boost 1.34 和 openssl-0.9.8i 进行编译。是构建跨平台强大BT工具的最佳选择-bittorrent c++ cross-platform library that can run on windows, linux, Unix and other platforms, run fast,
Crypt-OpenSSL-RSA-0.24.tar
- 基于 RSA的文件加密算法库支持各种加密算法 -Based on the RSA encryption algorithm Library of documents to support various encryption algorithm
StormCraft2.0.12
- StormCraft world of warcraft emulator updated for 2.0.12 the burning crusade.It has updated networking code + added cryptography through openssl library.-StormCraft world of warcraft emulator updated for 2.0.12 the burning crusade.It has updated netw
alertssoucecodeforwindows20090910
- windows 报警系统 部分功能实现 如果下载者修改这个程序,或者其实工作,是被允许的。-part of source code about an alarm system for windows If you modify this program, or any covered work, by linking or | combining it with the OpenSSL project s OpenSSL library (or a | modified ver
VCcgTextDataBaseTest
- openssl库提供了强大的文本数据库能力,本程序是VC6.0下的文本数据库测试程序!-openssl library provides a powerful text database capabilities, the program is under VC6.0 text database test program!
blowfish-0.9.5a
- This a slightly mofified repackaging of the Blowfish library code taken from OpenSSL-0.9.5a (hence the version of the library). All of the assembler code has been removed and the Makefile simplified. One or two files have been "tweaked" to remo
ssl
- 使用WSAAsyncSelect实现SSL通信,使用openssl库-To use WSAAsyncSelect achieve the SSL communication using the openssl library
src
- vc写的断点续传源码+openssl编译好的库 两个随便用吧-vc used to write the HTTP source+openssl compiled library two casually
openssl-0.9.8zg
- OpenSSL 是一个强大的安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及SSL协议,并提供丰富的应用程序供测试或其它目的使用。-OpenSSL is a powerful Secure Sockets Layer code library, include major cryptographic algorithms, key and certificate common package management functions and SSL protocols an
s
- 使用openssl库,进行文件的加密解密以及数字签名验证的简单处理-Simple treatment using the openssl library, encryption and decryption, and digital signature verification of documents
EVP_Digest
- 使用openssl库进行用evp形式进行摘要-Use openssl library digest form with evp
EVP_Encrypt
- 使用openssl库进行用evp方式的加密-Use openssl library with evp way encryption
EVP_Sign
- 使用openssl库进行EVP方式的数字签名-Use openssl library EVP of a digital signature
RSA
- 使用openssl库进行rsa方式的加密-Use openssl library rsa encryption mode
mbedtls-development
- mbed TLS(以前称为PolarSSL)是TLS和SSL协议的实现,并且需要相应的加密算法和支持代码。这是双重许可与Apache许可证 2.0版(与GPLv2许可也可)。网站上指出,mbed TLS的目标是“易于理解,使用,集成和扩展” 核心SSL 库用C编程语言编写,并实现SSL模块,基本加密功能并提供各种实用功能。与OpenSSL和TLS的其他实现不同,mbed TLS设计为适合小型嵌入式设备,最小完整的TLS堆栈需要60KB的程序空间和64KB的RAM。它也是高度模块化的:每个组件,
证书加密解密
- 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字
Openssl
- 基于VC6的openssl库, (1) lib\libeay32.lib及lib\ssleay32.lib是已经编译好的VC6可用的静态库, 只要把这两个文件拷到VC6的lib目录中即可。 (2) include\openssl是openssl相关的头文件, 只要把openssl这个文件夹复制到 VC6的include目录中即可, 注意是把openssl文件夹及里面的文件都复制过去。 (3) VC6写的源程序要调用Openssl库函数时,需要做以下两步: ①在