搜索资源列表
openssh-5.2p1.tar
- OpenSSH是一个免费(Free)版本的基于SSH协议的网络连接工具软件包。它将所有通信流量进行加密,可以有效地防范各种监听手段,杜绝网络连接的泄密。OpenSSH具备安全性高、可靠性高、可用性好、功能全面等特点。不仅如此,由于OpenSSH的开放性,用户还可以通过Internet得到广泛及时的技术支持。 OpenSSH目前支持支持SSH协议1.3版本、1.5版本和2.0版本,包括这样一些应用程序: sshd:服务器端的守护程序,监听来自客户机的连接,负责完成安全验证并提供服务。
md5
- MD5生成函数,使用简单: //初始化 void beginCal() //初始化后,输入数据,在调用endCal前,都可以继续添加数据 void addData(const char* data, unsigned int size) //表明不再输入数据了,将添加填充位 void endCal() //结束运算后,取得编码 char* getCode() //清理内存 void clearMemoryHelper(char*
rijndael
- rijndae算法的VC++实现,封装较好、代码简洁。(常用的AES算法)-rijndae algorithm VC++ implementation, packaging good, code clean. (Commonly used in AES algorithm)
Rsa_VC_SRC
- RSA算法源码,包括大数运算,代码整洁,很有参考价值-RSA algorithm source code, including the operation of large numbers, the code clean, a good reference
des
- DES加密解密算法,对文件加密解密,在Visual C++的开发环境下运行,程序美观整洁-DES encryption and decryption algorithm, encryption and decryption of files in Visual C++ development environment to run the program clean and beautiful
Md5Lib
- 包含多字节和UNICODE字符集两种版本的MD5静态库。自己用的,清理机子,就发上来保存。也方便初学的查找使用。-MD5 static library contains two versions of the multi-byte and UNICODE character sets. They used to clean the machine, made up the save. Beginner lookup is also convenient to use.
