资源列表
RAIL
- program in c demonstrating the railfence cipher which is widely used in networks. the code is best suited for beginners, because of the implementation of logic in an easier way.
danbiaotihuan
- 一个单表替换密码,是密码初学者的必经之路,可以帮助初学者对于简单的密码原理有良好的理解-A single table substitution cipher, the only way is the password for beginners, can help beginners to simply have a good understanding of the principles password
encryptdecrypt
- encryption and decryption
AKS
- AKS素性检验:AKS 算法从理论上成功解决了在多项式时间内进行确定性素性测定的著名难题,本程序实现AKS算法。-AKS primality test: AKS algorithm theory successfully resolved in polynomial time deterministic primality-known problem determination, the process to achieve AKS algorithm.
main
- wiener atac implementation c-wiener atac implementation c++
DESEncrypt
- java DES 加密算法 DES Encrypt-DES Encrypt
RSA
- 运用RSA算法进行加密,实现RSA的加密-The use of RSA encryption algorithm
ENCRYPTION
- 用‘花指令’来进行静态加密是很有效的,这会使解密者无法一眼看到全部指令,杜绝了先把程序打印下来再慢慢分析的做法。
MD5andKL
- 此文件上传的主要原因是他能够加密解密MD5-The file is mainly due to he was able to decrypt MD5 encryption
rsa
- rsa加密是古典密码学中常用的一种加密方法,该程序简单,实用,适合初学者使用。-rsa encrypt
DigitalDigestUtil
- 数字摘要工具类 getDigitalDigest(String fileName) 默认使用SHA1生成数字签名 getDigitalDigest(String fileName, String algorithm) 根据需要传入签名方法,如果签名方法不存在抛出NoSuchAlgorithmException -Abstract digital tools class getDigitalDigest (String fileName) defaults to SHA1 to
ED_crypt
- 明文密文的加解密,並且可設定金鑰。 利用xor所實作出來的程式。-Encryption and decryption plaintext ciphertext, and keys can be set. Make use of xor to the real program.