搜索资源列表
openssl-engine-0.9.6m.tar
- C++编写,国际流行的免费加密软件,OPENSSL-ENGINE0.96源码-C + +, the international fashion free encryption software, OPENSSL - ENGINE0.96 FOSS
akenti-c-3rdparty-linux-gnu-1_6-beta.tar
- 基于属性证书的访问控制源代码,由c++编写,包括openssl,xercesc等-attribute certificates based on the access control source code, prepared by c, including openssl, xercesc etc.
TestFreeCA
- c#openssl调用例子
TestMd5
- C++实现OpenSSL完成MD5加密,可C# 调用Done in C++ OpenSSL MD5 encryption, you can call C#Done in C ++ OpenSSL MD5 encryption, you can call C#-Done in C++ OpenSSL MD5 encryption, you can call C#
openssl-examples-20020110
- openssl的linux下C代码的例子,有详细的文档描述-Examples of openssl
RSA_Encryption_Algorithm_in_a_Nut_Shell
- RSA公钥加密,用C实现,大家可以参考一下-RSA public key encryption, using C to achieve, we can refer to
OpenSSl-Test
- OpenSSL-Test软件包是OpenSSL使用示例,主要是EVP函数的使用。OpenSSL软件包从OpenSSL.org网站下载。-OpenSSL-Test package is to use OpenSSL example, the main function is the use of EVP. OpenSSL package from OpenSSL.org website.
verfiy
- viusal c++ 中调用openssl源码 实现数字签名; 比较适合初学openssl API的人-viusal c++ call openssl source of digital signature more suitable for beginners openssl API people
rsa_demo
- openssl加密例子,大家多支持,会对大家有帮注的-openssl encryption example, we more support, will we have to help inject the
openssl_browser
- Implement openssl browser in C
openssl-1.0.0-beta2.tar
- OpenSSL采用C语言作为开发语言,这使得OpenSSL具有优秀的跨平台性能,这对于广大技术人员来说是一件非常美妙的事情,可以在不同的平台使用同样熟悉的东西。OpenSSL支持Linux、Windows、BSD、Mac、VMS等平台,这使得OpenSSL具有广泛的适用性。不过,对于目前新成长起来的C++程序员,可能对于C语言的代码不是很习惯,但习惯C语言总比使用C++重新写一个跟OpenSSL相同功能的软件包轻松不少。-openssl
openssl
- 解释执行nessus脚本的扫描代码 是使用c语言编写的,有兴趣的下载 -scan code
openssl
- openssl编译后的东东 众多的密码算法、公钥基础设施标准以及SSL协议,或许这些有趣的功能会让你产生实现所有这些算法和标准的想法。果真如此,在对你表示敬佩的同时,还是忍不住提醒你:这是一个令人望而生畏的过程。这个工作不再是简单的读懂几本密码学专著和协议文档那么简单,而是要理解所有这些算法、标准和协议文档的每一个细节,并用你可能很熟悉的C语言字符一个一个去实现这些定义和过程。我们不知道你将需要多少时间来完成这项有趣而可怕的工作,但肯定不是一年两年的问题。-openssl
openssl
- OPENSSL的一个测试程序,使用client\server架构实现-A test example that useage C/S frame for openssl
openssl-0.9.8m.tar
- openssl源代码,OpenSSL是采用C语言编写的-openssl source code, OpenSSL is written using C language
openssl-1.0.0e.tar
- openssl-1.0.0e源代码 众多的密码算法、公钥基础设施标准以及SSL协议,或许这些有趣的功能会产生实现所有这些算法和标准的想法。这是一个令人望而生畏的过程。这个工作不再是简单的读懂几本密码学专著和协议文档那么简单,而是要理解所有这些算法、标准和协议文档的每一个细节,并用很熟悉的C语言字符一个一个去实现这些定义和过程。 OpenSSL采用C语言作为开发语言,这使得OpenSSL具有优秀的跨平台性能,这对于广大技术人员来说是一件非常美妙的事情,可以在不同的平台使用同样熟悉的东西。O
OpenSSL随机数
- 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.)
sm2加密,解密基于openssl的C语言实现
- SM2 SM3 签名,验证签名,加密,解密,很好用的(SM2 signature verification C language implements very good resources for signing signature verification signatures)
C++ 利用openssl实现DES的CBC模式加解密
- C++ 利用openssl实现DES的CBC模式加解密(C++ uses OpenSSL to implement CBC mode encryption and decryption of DES)
Openssl
- 基于VC6的openssl库, (1) lib\libeay32.lib及lib\ssleay32.lib是已经编译好的VC6可用的静态库, 只要把这两个文件拷到VC6的lib目录中即可。 (2) include\openssl是openssl相关的头文件, 只要把openssl这个文件夹复制到 VC6的include目录中即可, 注意是把openssl文件夹及里面的文件都复制过去。 (3) VC6写的源程序要调用Openssl库函数时,需要做以下两步: ①在