资源列表
CaNS
- Cryptography and Network Secuirty
rc2
- rc2是由著名密码学家Ron Rivest设计的一种传统对称分组加密算法-rc2 is designed by well-known cryptographer Ron Rivest, a traditional symmetric block cipher algorithm
KeyGeneratorExample
- Java生成密钥、保存密钥的实例源码,通过本源码可以了解到Java如何产生单钥加密的密钥(myKey)、产生双钥的密钥对(keyPair)、如何保存公钥的字节数组、保存私钥到文件privateKey.dat、如何用Java对象序列化保存私钥,通常应对私钥加密后再保存、如何从文件中得到公钥编码的字节数组、如何从字节数组解码公钥-Java to generate a key instance of the source to save the key can learn Java through t
cryptograph
- 这是我的原创 加密字符串 mfc 希望能给你启发-This is my original encrypted string mfc want to give you inspiration
Fileencryption
- 这是文件加密 mfc写的 希望对你有帮助-This is a file encryption mfc write you
zhongbiaoxianshi
- 这是一个对数据进行加密的程序。这是一个对数据进行加密的程序-This is a data encryption program. This is a data encryption program
VBJM
- 加密算法,包括对DLL文件和EXE文件的加密,这是个错误,你不要使用了。-Encryption algorithms, including encryption DLL files and EXE files, this is a mistake, you do not use.
Matlab
- 这是一个关于加密方面的文章,感觉写的很好。-this is a paper which is related with the algorithm.
implementacionRSA
- Generacion de claves para implementar sistema RSA
BasicECDSAExample
- A Basic ECDSA source code in Java
BasicECDHExample
- A Basic ECDH source code in Java
BasicDSAExample
- A Basic DSA source code in Java