搜索资源列表
openssl-0.9.8a
- 做SSL服务器用到的,不知道对大家有没有用,我想如果有对网络安全证书有兴趣的话,应该还有点用处.
s_server
- SSL服务器端程序,WINDOW下VC-SSL server process, under VC WINDOW
linux-ftpd-ssl
- 一个linux 下的ftp服务器程序 c语言编写-a linux under the ftp server language c
ssl
- linux下的ssl客户端和服务器端源码,包含了自己生成的证书和私钥。
matrixssl-1-8-6-open.rar
- 开源嵌入式的SSL PeerSec Networks MatrixSSL™ is an embedded SSL implementation designed for small footprint applications and devices. PeerSec网络MatrixSSL ™ 是一个嵌入式的SSL执行专为小尺寸应用和设备。 PeerSec Networks offers a fully supported, commercial version as
mitm-proxy-1.0.tar.gz
- java 实现的ssl代理服务器,可以显示双向连接的数据,java achieved ssl proxy server, you can display a two-way data connections
ssl.rar
- 使用openssl实现一个简单的服务器/客户端程序,openssl
CIS70.rar
- 最新支持Delphi 2010完整源码版。 Clever Internet Suite version 7.0 使用最有效 便捷的方式,从应用程序访问网络资源。 Clever Internet Suite version 7.0 使用.NET的套件,您可以添加即时SSL / TLS安全到您的互联网应用 并实施许多有益的互联网相关的功能: 下载,上传和互联网提交,资源。发送和接收MIME邮件。 的HTTP,FTP,SMTP等,POP3,IMAP和NNTP客户端/服务器解决方案。
FreeChat-ssl
- linux下基于ssl安全套接字设计的一个聊天程序,包含客户端和服务器的源码。-linux based ssl secure socket design a chat program, including client and server source code.
sslsocket
- java实现客户端/服务器的ssl通信。附带证书。-java achieve client/server ssl communication. Attached to the certificate.
RabbIT3-src.tar
- 一款Java实现的HTTP代理服务器,兼容HTTP/1.1,支持SSL链接。RabbIT可以通过过滤背景图片,降低图片的解析率来加速网络浏览的速度。-new Java HTTP proxy server and is compatible with HTTP/1.1, support SSL link. RabbIT can filter background pictures, pictures of analytic lower rates to accelerate the speed o
Program
- 文件传输协议FTP是基于TCP / IP的应用层协议,其主要功能是提供文件的共享、支持远距离计算机间接或直接连接、保护用户不因各类主机文件存储器系统的差异而受影响、进行可靠且有效的数据传输等,应用非常广泛。但是传统的FTP有不少的安全漏洞,例如明文传输、缺乏对数据的机密性和完整性保护,对通信双方也没有可靠的认证措施等。针对FTP的安全漏洞,近年来也出现了一些不需要对F IP协议自身做完全更改的协议扩展模块,如FTP SSL /TLS Extension。SSL ( Secure Sockets
DRMClient
- openssl客户端程序与服务器进行SSL安全通信,并传输简单数据-openssl client and server SSL secure communication and data transfer simple
FTP
- 在 Linux 下实现一个文件传输协议(FTP)的简单实现。实现FTP 客户端和服务器的程序,使客户端可以连接至服务器,并且可以迚行一些FTP的基本操作,如列出目录、下载文件等。从FTP 协议的实现角度来看,客户端不服务器的命令通道和数据通道需要分离。-In Linux to achieve a File Transfer Protocol (FTP) for simple implementation. FTP client and server implementation procedur
SSL
- 含有SSL握手的服务器和客户端,绝对超值-SSL handshake with the server and the client,the absolute value
server-and-client-with-openssl-SSL
- 用openssl实现的具有SSL握手功能的服务器和客户端-Implemented by openssl SSL handshake with the server and client functions
HTTPSExample
- Java中的SSL及HTTPS协议实例源码,使用SSL套接字的HTTPS服务器端,接受客户端的一个连接,并返回Hello,world. 本例中使用8080端口创建SSL服务器套接字,返回缺省的SocketFactory对象,生成PrintWriter对象,用于输出信息。-Java SSL and HTTPS protocol source code examples, using SSL socket HTTPS server, the client accepted a connec
ssl
- openssl的客户端和服务器端的程序,C语言编写-openssl server and client
SSL-HTTPS
- 用java实现SSL及HTTPS协议 使用SSL套接字的HTTPS服务器端 接受客户端的一个连接,并返回Hello,world.-SSL and HTTPS protocol using java to use HTTPS server-side SSL socket to accept client connection and return to the " Hello, world.
4109fe
- 关于SSL服务器端及客户端的基础测试mk_server.sh: compile ssl-server.cpp mk_client.sh: compile ssl-client.cpp make_key.sh: gen public and private key run_server.sh: run server run_client.sh: run client-SSL server and client on the basis of test