搜索资源列表
DES 加密系统的 C 语言源代码
- 一个可直接使用的DES加密算法,不需要修改代码。-a direct access to the DES encryption algorithm and do not need to amend the code.
339068DESDemo
- 功能: 实现DES加密算法的加密解密功能 */ /*- */ /*-说明:des算法的实现代码 */ /*- 能够实现56位或56*3密钥的des算法,可以通过该程序提供的接口 */ /*- 进行数据的加密,保证数据在传送过程的安全性 */ /*- */ /*- */ /*-该程序的所有权利由作者保留 *
descuit
- des加密算法的实现,简单易懂,适合初学者-des encryption algorithm implementation and easily understood, for beginners
80418619
- 资源介绍: 用C语言写的100行DES加密算法 本文来源于虾客源码 http://www.xkxz.com 资源介绍: 用C语言写的100行DES加密算法 本文来源于虾客源码 http://www.xkxz.com-resources briefing : C language written in 100 lines DES encryption algorithm is derived from shrimp off FOSS http :
descode
- des加密算法,可以c++写的,应当可以使用
Client-Server-based-Security-Comunication-Tool
- 自己用Java编的Client-Server聊天程序,结合了网络通信、数据安全、多线程的知识 1.使用RSA算法完成DES密钥的分配; 2.使用MD5结合RSA算法完成对消息的签名; 3.对原有消息及签名提供机密性保护(用DES算法加密); 4.能够解密并验证签名的合法性
des
- Java编写的TCP聊天程序,并且采用了DES加密算法实现通讯加密。-TCP chat program written in Java and uses the DES encryption algorithm for encrypted communications.
DES
- DES加密算法,提供界面。运行时运行Java Ui就可以。-DES encryption algorithm to provide interface. Run-time can run Java Ui.
BlockCiphers
- des,des3,等加密算法的集合。包含完整的例子和源码。不过des加密的似乎和java加密不一致。-des, des3, such as a collection of encryption algorithm. Contains examples and source code integrity. But it seems des-encrypted and encrypted java inconsistency.
CPPjiami
- 六个加密算法,des md5等等 md5 rsa -des md5 and so on
ex1LinuxVersion
- linux下的加密会话; RSA、des、sha算法; 包括RSA密钥分发,des密钥在非对称密钥下的交换。 有TicServer用于分发RSa、密钥 Server是提供服务的。详细见实验报告-encrypted session under linux RSA, des, sha algorithm RSA key distribution des key in the non-symmetric key exchange. TicServer used to distrib
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
test
- https客户端实现,采用des加密算法。linux环境下c++编程。-https client implementation, using des encryption algorithm. c++ programming under linux environment.
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
about_ssl-0.8
- 在SSL中会用到分组DES、三重DES算法等加密算法对数据进行加密-SSL will be used in the packet DES, Triple DES algorithm encryption algorithm to encrypt dataensures that data will not be intercepted and eavesdropping during transmission on the network. SSL protocol is located bet
3
- 使用DES加密算法,实现了TCP聊天程序的加密,在linux环境下运行。(Using the DES encryption algorithm, the TCP chat program is encrypted and run in the Linux environment.)