资源列表
EncryptionUtil
- Java Encryption utility
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.
Caesar
- 替代密码包括多种类型,如单表替代密码,多 字母替代密码等。试编程实现一种典型的单表替代密码—凯撒(Caesar)密码。它的加密方法是将明文中的每个字母用此字符在字母表中后面的第k个字母替代。它的加密过程可以表示为下面的函数:E(k)=(m+k)modn ,其中,m为明文字母在字母表中的位置数,n为字母表中的字母个数,k为密钥,E(k)为密文字母在字母表中对应的位置数。
EncryptionAlgorithm
- Blowfish加密算法,使用前请先加载一个名为Blowfish.java的文件
MONO1
- Monoalphabetic cipher implemented in C with Graphics
Caesar
- 凯撒密码C语言实现,内含源代码。还算可以 !-Caesar Cipher C language
rsa
- rsa加解密算法,用RSA公钥密码进行加密,解密 ,实现素数的判定算法-rsa encryption algorithm
Vigenere
- 用java 编写的维吉尼亚加密、解密、破译的算法。希望对大家有用!-Written in Java, Virginia encryption, decryption, the deciphering algorithm. The hope that useful!
keyexpansion
- aes中密钥扩展的arm汇编实现,在ADS下编译中通过。-aes key expansion of the arm in the compilation of the realization of the ADS by the compiler.
test_primitive
- 原根是数论的理论和应用中一个很重要的概念。本程序给出计算有限域上原根的模块代码-Primitive root number theory is the theory and application of a very important concept. This procedure gives the code of calculation of the root of the finite field .
column-cipher
- 列置换加密算法的c程序事件,挺好的程序,相信大家能够满意-Column permutation encryption algorithm c program events, very good program, I believe we can be satisfied
Column-permutation-cipher
- Column permutation cipher密码的加解密算法,c语言。-Column permutation cipher password encryption and decryption algorithm, c language.