资源列表
EncryptionAlgorithm
- Blowfish加密算法,使用前请先加载一个名为Blowfish.java的文件
MONO1
- Monoalphabetic cipher implemented in C with Graphics
Caesar
- 凯撒密码C语言实现,内含源代码。还算可以 !-Caesar Cipher C language
Caesar
- 替代密码包括多种类型,如单表替代密码,多 字母替代密码等。试编程实现一种典型的单表替代密码—凯撒(Caesar)密码。它的加密方法是将明文中的每个字母用此字符在字母表中后面的第k个字母替代。它的加密过程可以表示为下面的函数:E(k)=(m+k)modn ,其中,m为明文字母在字母表中的位置数,n为字母表中的字母个数,k为密钥,E(k)为密文字母在字母表中对应的位置数。
Kruskal.m
- This code consists of the example of Kruskal s algorithm to find the minimum-spanning-tree which connects all the nodes through the edge with the least minimum edge values without creating the cycle.
change
- 不错的移位加密算法,适合感兴趣的人士参考
Program
- 简单文件加密 文件通过字节异或 达到简单的文件加密,只有通过两个文件的异或 + 异或 达到文件的解密!
RSApracs9
- RSA algorithm for network security
file
- Md5加密算法简单的实例,实用初学者学习-md5
EncryptionUtil
- Java Encryption utility
e
- PHP 代码加密 O00O0O加密 PHP 代码加密 O00O0O加密-PHP encode for O00O0O and decode
Double-Arnold
- 置乱加密中的一种极佳方法,应用范围十分广泛!-Arnold encode can be adapted into every place in the field of picture encode.