资源列表
des
- 加密解密中的DES算法的实现,vc版本,有需要就下-Implementation of the DES algorithm encryption decryption vc version, there is a need on the next
zhihuan
- 置换加密解密 VC++6.0环境 密码学基础实验 置换密码体制-encryption and decrypt based VC++6.0
Test3
- Vigenere 加密,解密算法方法 java实现-Vigenere encryption, decryption algorithm method java
cert
- Java代码生成ssl,很不错的例子 -java
des
- DES数据加密算法,是一种对称密码体系,能够实现对数据的加密和解密-DES data encryption algorithm is a symmetric cryptographic system, it is possible to realize the data encryption and decryption
password
- PB加密解密,比较简单.汉字有些不支持.-PB encryption and decryption is relatively simple. Kanji and some do not support.
CertificatePasswordRecovery
- Certificate Password Recovery (.PFX file)
MyRSA
- 自己写的一个简单的RSA加密解密程序 只涉及到小整数运算-Himself wrote a simple RSA encryption and decryption process only involves a small integer arithmetic
RsaKit_V1.0
- 一个基于MFC的RSA加密程序 里面有一个大数运算库-An MFC-based RSA encryption program inside a lump sum arithmetic library
playfair-code
- playfair 加密代码 ,源代码,可直接运行,方便操作。-Playfair encryption code, source code, can be directly run, convenient operation.
DES
- DES加解密算法。文本输出输入,对文本进行加密和解密。-DES encryption and decryption algorithms. Text output and input, the text is encrypted and decrypted.
Fermat
- Fermats test to check for primality. Code is in java. takes a e=random number and gives whether it is prime or not.