资源列表
DH-Key-Exchange
- 通过本程序 你可以更好的理解Diffie-Hellman 密钥交换算法 当然也能将该程序应用到网络安全的编程当中去-Through this program you can better understand the Diffie-Hellman key exchange algorithm is of course the program can also be applied to network security, programming them to
1-10021G23259
- 密码小管家,帮助大家管理自己的密码,方便好用啊-Password little butler to help people manage their own password, a user-friendly ah
article_src
- rsa cryptographic algorithm
DES
- DES通用加密方法。首先,创建一个该工具类对象:如 DES des = new DES(key),其中key为位数大于8的密钥 其次,对原始信息data进行加密,直接调用encrypt方法,得到加密后的字符串,如 String encryptResult = des.encrypt(data) //得到加密后的数据字符串 最后,对加密后的字符串encryptResult解密,直接调用decrypt方法,可得到与原始数据data一致的字符串,如 String decryptRe
huffuman00xiao
- 本人修改的成熟的霍夫曼编码及译码,对一个文本文件,统计字符概率,建霍夫曼树,然后编码,最后译码,码文输出到另一份txt文档中,在vc中编译的,在vs2010中可能会有异常~-I modified Huffman coding and decoding of the mature, to a text file, statistics, probability character, Huffman tree construction, and coding, and finally decodin
Caesar
- 凯撒密码是一种非常古老的加密方法,相传当年凯撒大地行军打仗时为了保证自己的命令不被敌军知道,就使用这种特殊的方法进行通信,以确保信息传递的安全。他的原理很简单,说到底就是字母于字母之间的替换。-Caesar is a very old password encryption method, traditionally the year when Caesar earth march to war in order to ensure their orders are not the enemy
md5
- md5加密算法C程序,具有速度快、强度高等优点-MD5 source file
DESPlus
- 在Java中实现DES加密和解密功能。详细请参照文件中的说明。-Implemented in Java DES encryption and decryption functions. See detailed instructions in the file.
MyEclipseGen
- myeclipse 注册码生成器,适用于各个版本-myeclipse register
JAVA2
- 这是一个java来实现的简单的加密算法,在用户界面进行加密与解密的操作-This is a simple java to implement the encryption algorithm, the user interface for encryption and decryption operations
java-mima
- 这是一个用JAVA来写的一个进行给文件加密和解密的程序,对于初学JAVA的,很实用.-This is a used one for JAVA to write to the file encryption and decryption procedures, JAVA for beginners, very practical.
md5
- 用c++实现 md5 算法,程序简单,易读易懂。-Realized by md5 algorithm c++, the program is simple and easy to read to understand.
