Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - openssl
Search - openssl - List
本次上载一个源文件openssl-0.955源码-on the source document contains a openssl - .955 FOSS
Date : 2008-10-13 Size : 1.8mb User : wb

本次上载一个源文件openssl-0.944源码-on the source document contains a openssl - 0.944 FOSS
Date : 2008-10-13 Size : 1.5mb User : wb

本次上载一个源文件openssl-0.96m源码-on the source document contains a openssl - 0.96m FOSS
Date : 2008-10-13 Size : 2.08mb User : wb

本次上载一个源文件openssl-0.98aa源码-on the source document contains a openssl - 0.98aa FOSS
Date : 2008-10-13 Size : 3.12mb User : wb

本次上载一个源文件openssl-0.97mm源码-on the source document contains a openssl - 0.97mm FOSS
Date : 2008-10-13 Size : 2.64mb User : wb

国外牛人写的最新openssl-0.9.8e.tar.gz包含巨加密解密算法,适合高手使用-foreign cattle wrote the latest openssl - 0.9.8e.tar.gz includes encryption and decryption Giant algorithm suitable for the use of a master
Date : 2008-10-13 Size : 3.19mb User : godtroop

本次上载一个源文件openssl-0.96m源码-on the source document contains a openssl- 0.96m FOSS
Date : 2025-12-26 Size : 2.08mb User : wb

本次上载一个源文件openssl-0.98aa源码-on the source document contains a openssl- 0.98aa FOSS
Date : 2025-12-26 Size : 3.12mb User : wb

本次上载一个源文件openssl-enginemm源码-on the source document contains a openssl- enginemm FOSS
Date : 2025-12-26 Size : 2.15mb User : wb

很简单的利用openssl 编写的ssl 客户端和服务端,大部分是在原来的基础上改的,添加了不少的新功能,大家可以看看,有什么不足可以提出.-Very simple to use openssl prepared ssl client and server, most of them based on the original change, add a lot of new features, we will look at, what are the deficiencies may have.
Date : 2025-12-26 Size : 1kb User : 田田

openssl 在win32下的静态开发包-openssl static win32 dev lib
Date : 2025-12-26 Size : 2.25mb User : haibo zheng

openssl编译后的东东 众多的密码算法、公钥基础设施标准以及SSL协议,或许这些有趣的功能会让你产生实现所有这些算法和标准的想法。果真如此,在对你表示敬佩的同时,还是忍不住提醒你:这是一个令人望而生畏的过程。这个工作不再是简单的读懂几本密码学专著和协议文档那么简单,而是要理解所有这些算法、标准和协议文档的每一个细节,并用你可能很熟悉的C语言字符一个一个去实现这些定义和过程。我们不知道你将需要多少时间来完成这项有趣而可怕的工作,但肯定不是一年两年的问题。-openssl
Date : 2025-12-26 Size : 961kb User : 周勇

编译好的VC版本openssl,可以直接添加到项目里面使用-VC version compiled openssl
Date : 2025-12-26 Size : 960kb User : 端午节啊

使用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 to compile openssl
Date : 2025-12-26 Size : 842kb User : 张炜

Openssl0.9.8开发包.里面包含了很多的密码学算法,包括DES,HASH等,和PKI中证书的生成和使用.-This rar included openssl develpment kit.lots of cryto alth ,des ,hash etc...and the certi of pki included.
Date : 2025-12-26 Size : 5.98mb User : weller

openssl安装包 VC环境下编译OpenSSL OpenSSL 是一个安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及SSL协议,并提供丰富的应用程序供测试或其它目的使用。 OpenSSL被曝出现严重安全漏洞后,发现多数通过SSL协议加密的网站使用名为OpenSSL的开源软件包。OpenSSL漏洞不仅影响以https开头的网站,黑客还可利用此漏洞直接对个人电脑发起“心脏出血”(Heartbleed)攻击。据分析,Windows上有大量软件使用了存在漏洞的OpenSSL代码库,可能被黑客攻击抓取用户电脑上的内存数据。(OpenSSL installation package compiled under VC OpenSSL OpenSSL is a secure socket layer password database, include certificate and key cryptographic algorithms, the main common package management functions and SSL protocol, and provides a rich set of applications for testing or other purposes.)
Date : 2025-12-26 Size : 3.67mb User : 苏狗

openssl以及编译方法,加密和解密文件的方法。(The compiling method of OpenSSL)
Date : 2025-12-26 Size : 6.8mb User : scistar

Openssl维护一个内部随机状态数据(md_rand.c中定义的全局变量state和md),通过对这些内部数据计算摘要来生成随机数。(Openssl maintains an internal state of random data (global variables state and MD defined in md_rand.c), through the calculation of the internal data of the generated random number.)
Date : 2025-12-26 Size : 11.57mb User : 大江丶

C++ 利用openssl实现DES的CBC模式加解密(C++ uses OpenSSL to implement CBC mode encryption and decryption of DES)
Date : 2025-12-26 Size : 21.12mb User : 陌路ads

基于VC6的openssl库, (1) lib\libeay32.lib及lib\ssleay32.lib是已经编译好的VC6可用的静态库, 只要把这两个文件拷到VC6的lib目录中即可。 (2) include\openssl是openssl相关的头文件, 只要把openssl这个文件夹复制到 VC6的include目录中即可, 注意是把openssl文件夹及里面的文件都复制过去。 (3) VC6写的源程序要调用Openssl库函数时,需要做以下两步: ①在main()前面加上以下#include语句 #include <openssl/xxx.h> /*其中xxx.h是某个算法相关的.h文件,如des.h, md5.h */ ②在main()前面加上以下#pragma语句 #pragma comment(lib, "libeay32.lib") #pragma comment(lib, "ssleay32.lib")(OpenSSL Library Based on VC6)
Date : 2025-12-26 Size : 6.51mb User : zhang peter
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.