资源列表
JAVA2
- 这是一个java来实现的简单的加密算法,在用户界面进行加密与解密的操作-This is a simple java to implement the encryption algorithm, the user interface for encryption and decryption operations
MyEclipseGen
- myeclipse 注册码生成器,适用于各个版本-myeclipse register
DESPlus
- 在Java中实现DES加密和解密功能。详细请参照文件中的说明。-Implemented in Java DES encryption and decryption functions. See detailed instructions in the file.
md5
- md5加密算法C程序,具有速度快、强度高等优点-MD5 source file
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
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
DES
- DES通用加密方法。首先,创建一个该工具类对象:如 DES des = new DES(key),其中key为位数大于8的密钥 其次,对原始信息data进行加密,直接调用encrypt方法,得到加密后的字符串,如 String encryptResult = des.encrypt(data) //得到加密后的数据字符串 最后,对加密后的字符串encryptResult解密,直接调用decrypt方法,可得到与原始数据data一致的字符串,如 String decryptRe
article_src
- rsa cryptographic algorithm
1-10021G23259
- 密码小管家,帮助大家管理自己的密码,方便好用啊-Password little butler to help people manage their own password, a user-friendly ah
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
SecureCommunication
- 本程序能实现文件安全传输,通过对传输文件进行加解密以及密钥交换以实现文件的安全传输-This procedure enables secure transmission of files, transfer files through encryption and decryption, and key exchange in order to achieve secure transmission of documents
MD5
- MD5算法VC++源码。在mddriver.c中相应位置修改,改为要加密文件的目录,编译运行即可。-MD5 algorithm for VC++ source code. Changes in the corresponding position in the mddriver.c instead to encrypt files, the compiler can be run.
