搜索资源列表
tranfer
- 将客户方的文件用DES加密后,通过Tcp连接发送到服务器,然后经过解密得到原来的文件。-customer's document encryption using DES, connecting through DEC sent to the server and then be declassified after the original document.
339068DESDemo
- 功能: 实现DES加密算法的加密解密功能 */ /*- */ /*-说明:des算法的实现代码 */ /*- 能够实现56位或56*3密钥的des算法,可以通过该程序提供的接口 */ /*- 进行数据的加密,保证数据在传送过程的安全性 */ /*- */ /*- */ /*-该程序的所有权利由作者保留 *
Client-Server-based-Security-Comunication-Tool
- 自己用Java编的Client-Server聊天程序,结合了网络通信、数据安全、多线程的知识 1.使用RSA算法完成DES密钥的分配; 2.使用MD5结合RSA算法完成对消息的签名; 3.对原有消息及签名提供机密性保护(用DES算法加密); 4.能够解密并验证签名的合法性
crypt
- 常见网络编解码加解密算法。含有des、rsa、mqueue、xtrcrypt、gf256、base32,base64等一些的常见网络编码、解码、加密、解密算法。-Common network codec encryption and decryption algorithms. Contains des, rsa, mqueue, xtrcrypt, gf256, base32, base64 some other common network coding, decoding, encrypt
DES
- DES加密算法,根据自己输入的密钥,可对文件进行加密,可对字符进行加密解密-DES encryption algorithm, based on their input key can encrypt files, encryption and decryption of the characters can be
tripleDES-pl
- 64位gcc环境下perl的DES算法 # 加密:TripleDES($key, $message, 1, 1) # 解密:TripleDES($key, $message, 0, 1) -DES encryption and decryption algorithm
libtomcrypt-master
- libtomcrypt是数字加密算法完整版,里面包括了目前主流的一些加解密方法,如MD5,DES等,相当值得学习-Libtomcrypt is a digital encryption algorithm full version, which includes some popular encryption methods, such as MD5, DES and so on, very worth learning