资源列表
creat_pwd
- 密码穷举,可穷举0-9,a-z共36个字符- U5BC6 u7E1 u7E1 u7E7 u4E3E uFF0C u53EF u7A77 u4E3E0-9 uFF0Ca-z u517136 u4E2A u5B57 u7B26
Cipher
- 置换密码算法的原理是不改变明文字符,只将字符在明文中的排列顺序改变,从而实现明文信息的加密。置换密码也叫换位密码。 试编程实现矩阵换位密码。它的加密方法是将明文中的字母按照给定的顺序安排在一个矩阵中,然后用根据密钥提供的顺序重新组合矩阵中的字母,形成密文。例如,明文为attack begins at five,密钥为cipher,将明文按照每行6个字母的形式排在矩阵中,如下形式: a t t a c k b e g i n s a t f i v e 根据密钥ciphe
LatinSq_Substitution
- Latin square substitution for image encryption
LatinSqEnc2
- latain square image encryption
rc5
- Rc5 image encryption algorithm
cc
- 灰度图像加密 选择加密文件 解密文件 新生成的文件(klddjkdjkdkdkdjkdddlkdldl)
woqjb89
- 使用VISUAL BASIC编辑的一个加密程序,在这个程序中是以类的形式体现的(Using visual basic editing an encryption program, is embodied in the form of class in this program)
CryptCode.c
- Program demonstrating encryption
DES编码
- des在C#中的加密和解密的代码,使用C#语言编写的,欢迎使用!(DES in the C# encryption and decryption code, using C# language, welcome to use!)
1_21b
- 对采用维吉尼亚加密的密文分析密钥位数,进行解密(analyze the length of key and decrypy)
RC6
- RC的标准C语言源码,可以方便移植到其他平台上。(RC6 algorithm source code)
rc4dec
- RC4 encryption / decryption