CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - openssl
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Linux-Unix
Exploit
Scanner
Crack Hack
CA auth
Linux driver
Search - openssl - List
[
OS program
]
qnif
DL : 0
QQ 2005 beta2 版本 协议分析器 需要openssl支持: 这里下载 http://www.njust1902.org.cn/qsnif/openssl.rar-QQ 2005 beta2 version protocol analyzer needs openssl support : download here http://www.njust1902.org.cn/qsnif/openssl.rar
Date
: 2008-10-13
Size
: 519.79kb
User
:
崔仑
[
OS program
]
openssl-0.9.6m.tar
DL : 0
开源项目openssl的源码(开发环境linux)-open source projects openssl the source (Linux development environment)
Date
: 2025-12-26
Size
: 2.08mb
User
:
范小春
[
OS program
]
qnif
DL : 0
QQ 2005 beta2 版本 协议分析器 需要openssl支持: 这里下载 http://www.njust1902.org.cn/qsnif/openssl.rar-QQ 2005 beta2 version protocol analyzer needs openssl support : download here http://www.njust1902.org.cn/qsnif/openssl.rar
Date
: 2025-12-26
Size
: 520kb
User
:
崔仑
[
OS program
]
OPENSS_demo_mini-vc2003-prj
DL : 0
miniDemo是演示如何使用OPENSSL函数实现SSL安全特性的例子,miniDemo分为服务器和客户端两部分,其中服务器程序在sslts.c,客户端程序在ssltc.c,sslt.c中包含共用函数。-err
Date
: 2025-12-26
Size
: 17kb
User
:
张芳
[
OS program
]
CA
DL : 1
一个基于openssl的CA,采用CRL存储方式可以实现证书的注册、发放、撤销等功能,很好用哦!-Openssl based on the CA, the use of storage can be achieved CRL certificate registration, issuance, revocation and other functions, good use of Oh!
Date
: 2025-12-26
Size
: 6.32mb
User
:
zzylsn
[
OS program
]
openssl-0[1].9.8h.tar
DL : 0
openssl 在WINDOWS 下的开发源码 直接编译就可以安装运行.!-openssl under development in the WINDOWS source can be installed directly on the operation of the compiler.!
Date
: 2025-12-26
Size
: 6.81mb
User
:
daixiaofei
[
OS program
]
intro-openssl
DL : 0
OpenSSL API 使用示例和源代码-Secure Programming with the OpenSSL API
Date
: 2025-12-26
Size
: 8kb
User
:
dojava
[
OS program
]
openssl-1.0.0-beta2.tar
DL : 0
OpenSSL采用C语言作为开发语言,这使得OpenSSL具有优秀的跨平台性能,这对于广大技术人员来说是一件非常美妙的事情,可以在不同的平台使用同样熟悉的东西。OpenSSL支持Linux、Windows、BSD、Mac、VMS等平台,这使得OpenSSL具有广泛的适用性。不过,对于目前新成长起来的C++程序员,可能对于C语言的代码不是很习惯,但习惯C语言总比使用C++重新写一个跟OpenSSL相同功能的软件包轻松不少。-openssl
Date
: 2025-12-26
Size
: 3.78mb
User
:
cslxm
[
OS program
]
OpenSSL
DL : 0
OpenSSL 编程-OPENSSL OPENSSLOPENSSL OPENSSLOPENSSL OPENSSL
Date
: 2025-12-26
Size
: 955kb
User
:
ddxx
[
OS program
]
openssl-0.9.7e.tar
DL : 0
openssl源代码 openvxi中要用到的版本-openssl source
Date
: 2025-12-26
Size
: 2.9mb
User
:
[
OS program
]
BUILD_FILES_wget-1.12.1-devel-and-openssl-1.0.0a.
DL : 0
global platform for developing java cards
Date
: 2025-12-26
Size
: 5.82mb
User
:
Reza
[
OS program
]
ssl
DL : 0
windows下openssl编程实用类 CLenString 带长度的字符串类 CSSLUtil 加解密工具类-OpenSSL utilities for VC programing CLenString: String utility with length info. CSSLUtil: Utility for encrypt/decrypt
Date
: 2025-12-26
Size
: 5kb
User
:
厦雨雪
[
OS program
]
openssl
DL : 0
基于OpenSSL的安全聊天系统 – Windows或Linux平台均可 – 点到点模式 – 基于OpenSSL的安全套接字通信 – 客户端服务器双向认证 -Mutual authentication based on OpenSSL Secure Sockets communication- client server based on the OpenSSL security chat system- Windows or Linux platforms can be- point-to-point mode-
Date
: 2025-12-26
Size
: 6.53mb
User
:
风水
[
OS program
]
OPT_N_MD5
DL : 0
基于openssl实现的Hash链程序,可以用于一次性密码口令,编程环境VS2010-Hash chains program based on openssl and VS2010,which can be used for One Time Password
Date
: 2025-12-26
Size
: 9.15mb
User
:
dingkaimeng
[
OS program
]
CreateCert606
DL : 0
使用Openssl 库,生成请求证书、根证书、证书-Using Openssl library to generate a certificate request, the root certificate, the certificate
Date
: 2025-12-26
Size
: 2.85mb
User
:
Iwkoo
[
OS program
]
openssl_engine
DL : 0
/* * 本模板程序定义了实现openssl ENGINE的Engine框架。 * 实现的基本思路是要通过Engine来替换openssl原来的 * ASE-CBC算法和MD5算法。 * 本程序定义了必须实现的接口。用户只需要根据程序中 * 的说明,实现相应的接口即可。 * 实现ENGINE的时候,可以使用CSP。P11或者算法实现的API等。 * 本模板支持Linux、Windows 、Mac。兼容:openssl1.0和.0.9.8 * */-/** This template defines the procedure of realization openssl ENGINE Engine framework.* Implemented basic idea is to pass Engine to replace the original openssl* ASE-CBC algorithm and MD5 algorithms.* This program defines the interface that must be implemented. Users only need to program* instructions to implement the appropriate interface.* Implemented ENGINE, they can use the CSP. P11 or an API such algorithm.* This template supports Linux, Windows, Mac. Compatible with: openssl1.0 and .0.9.8** /
Date
: 2025-12-26
Size
: 95kb
User
:
swl
[
OS program
]
TestOpensslkang
DL : 0
Openssl DES 加密实例。 Openssl DES 加密实例。 -Openssl DES Openssl DESOpenssl DES
Date
: 2025-12-26
Size
: 3.19mb
User
:
郭旭
[
OS program
]
openssl
DL : 0
为网络通信提供安全及数据完整性的一种安全协议,囊括了主要的密码算法、常用的密钥和证书封装管理功能以及SSL协议,并提供了丰富的应用程序供测试或其它目的使用。-The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing ...
Date
: 2025-12-26
Size
: 2.27mb
User
:
zhu pengfei
[
OS program
]
openssl-1.0.1g.tar
DL : 0
openssl 1.0.1g 版本,含多种加密算法,ssl,密钥管理等的实现。解决了前段时间出现的BUG。-openssl 1.0.1g version, containing a variety of encryption algorithms, ssl, key management implementation. BUG solved some time ago appeared.
Date
: 2025-12-26
Size
: 4.3mb
User
:
葛拙
[
OS program
]
xca-0.9.3.tar
DL : 0
开源CA管理工具,依赖于openssl等-opensource CA tools,
Date
: 2025-12-26
Size
: 737kb
User
:
zweib
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.