搜索资源列表
MDIServer
- 提供服务端登陆验证程序(验证码随机改变,防止非法进入); 提供服务器控制程序,管理员可以允许、屏蔽和删除一个注册用户的登陆客户端; 任何改变访问地点的行为,都必须得到管理员的授权,否则无法登陆系统; 即使知道其他用户的密码也不能登陆系统。-provide certification services-landing procedures (Random Verification code change to prevent illegal entry); Provide ser
ssl_java
- ssl的java实现,包括服务器端和客户端算法。-ssl realization of java, including server and client algorithm.
matrixssl-1-8-3-open
- matrix ssl代码,包括客户端和服务器端源程序,可以在vc.net2003上编译
Client
- 基于挑战—应答模式的客户端认证程序,客户服务器相互发送随机数生成会话密钥,使用md5和des算法。
DES
- DES算法要求加密密钥和解密密钥一致。密钥所需的字节数祖长度为8位。基于对需求的理解,密钥由客户设定,在加密和解密的时候,在服务器端输入一密钥达到文件的加密需求,在终端输入同一密钥达到加密文件的解密需求。 DES加密的时候,最后一位长度不足64的,它会自动填补到64,那么在我们进行字节数组到字串的转化过程中,可以把它填补的不可见字符改变了,所以时常引发系统抛出异常。为此,在处理过程中,我们需要把一些信息编码保存起来,使之保证数据完整性。故在des.Des类中运用到了convert4Cha
openssh-5.2p1.tar
- OpenSSH是一个免费(Free)版本的基于SSH协议的网络连接工具软件包。它将所有通信流量进行加密,可以有效地防范各种监听手段,杜绝网络连接的泄密。OpenSSH具备安全性高、可靠性高、可用性好、功能全面等特点。不仅如此,由于OpenSSH的开放性,用户还可以通过Internet得到广泛及时的技术支持。 OpenSSH目前支持支持SSH协议1.3版本、1.5版本和2.0版本,包括这样一些应用程序: sshd:服务器端的守护程序,监听来自客户机的连接,负责完成安全验证并提供服务。
ssl_test
- ssl_test使用openssl开发的ssl协议客户端服务器通信,在VS6.0下编译通过。-ssl_test use openssl s ssl agreement to develop client-server communications, in VS6.0 adopted under the compiler.
jiami
- C#加密聊天程序,有客户端和服务器端,是经过加密了的哦-CSharp encrypted chat program, a client and server is encrypted through Oh
ECCApp
- 使用java实现椭圆加密文件,并在服务器和客户端安全传输解密后的文件。-Using Java language to realize the ECC encryption of important files, and transport them from server to client.
DES-chat
- DES加密聊天工具,共包含3个文件:chat.cpp、des.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器)。如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。-DES encrypted chat tool, contains a total of 3 files: chat.cpp, des.h, makef
weixing
- 为了保证数字信号与所传信息的安全,防止无权用户干扰和窃密,一般应采取加密措施。数字信号比起模拟信号来易于加密,且效果也好,这是数字通信突’ 出的优点之一。国内的网间隔离安全设备(如防火墙等)产品较多,但服务器的安全和与之通信的客户的安全更为重要,服务器和客户端的软件应具有信息加解密、身份认证、访问控制、信息完整性和抗否认性验证等内容-To ensure the digital signal and the transmission of information security, right t
mychat
- 使用mfc编程实现了一个网络聊天工具。该工具具有加解密功能,分为客户端和服务器端。用到了rsa,des,sha1安全算法。-Mfc programming using an online chat tool. The tool has the encryption and decryption functions, divided into client and server side. Used in the rsa, des, sha1 security algorithms.
file_to_base64
- 在WEB开发中,经常会遇到服务器端客户端图片文件与BASE64码间的转换,该程序方便的实现这一功能-file to Base64
TCP-Encryption-and-decryption
- “中兴捧月”活动中“密码传情”写了几种加密算法与解密算法,并通过socket客户端与服务器通信。实现信息的加密传输-vc socket network communication environment, and provides several encryption and decryption algorithms, the contents will be sent encrypted. Provide client and server side, the two communicate
DES
- 用C++写的DES通信加密,具有客户端和服务器端-Written by C++ DES encryption communication
udp
- 客户端之间发送PING报文,客户端接受其他客户端的PING报文,回复信息。 个人想法:通过UDP连接,客户端与服务器建立连接,登录只要用户名(不能重复),能从服务器查询在线用户。-There are four main components to phase 2: 1) Add functionality to send “ping” messages over UDP and listen for echo responses, in order to
talk
- 分为客户端与服务器,实现聊天系统的加密解密。-Divided into client and server chat system to achieve encryption and decryption