资源列表
DES
- DES加密算法 很有用 比AES稍逊 但是仍然被使用
Caeser
- 用凯撒移位算法解密,移动位数可以为任意整数包括负数-Caesar shift algorithm is used to decrypt, moving the median can be any integer, including negative
SimpleEncryptionAlgorithmReversibleAndIrreversible
- 简单的加密解密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的
Md6
- 用于包括中文在内的信息加密 淘宝支付宝 应用借口 加密代码-Used to encrypt information including Chinese Application Taobao Alipay excuse encryption code
md5
- md5生成java代码,用于将加密信息生成成md5-md5 generate java code used to encrypt the information generated as md5
wangxiaoyun_MD5
- 根据王小云教授的算法写的MD5碰撞的程序[c源代码]。自从王教授对MD5的剑走偏锋的理解,造成了密码学界的大地震。-algorithm MD5 collisions written procedures [c source code]. Since the MD5 Professor Wang Jian Deviate front of the understanding, resulting in a password academics in a big earthquake.
des_test_ecb_cbc.tar
- ECB模式,CBC模式DES加解密。 1.CBC模式与一般的不一样,当密文的数据发生错误时,解密后错误字节块和后续所有块的所有字节都是错误的。而一般模式只会影响当前块和后续块的相应字节。 2.可以加密任意长度的数据文件,最后的块数据不足8bytes,不是简单的补0。补0的缺陷是当明文块尾数据为0时,在解密时就不知如何处理了。 3.编译命令: 1. 编译测试程序 make test. 2. 编译动态库 make libdes.so 3. 编译静态库 make
Des
- des加解密C代码,没有main函数,希望对大家有所帮助-des encryption C code, there is no main function, we hope to help
classical-encryption-algorithm
- 包含三种经典加密算法的实现程序,凯撒密码,维吉尼亚密码,Hill密码-Contains three classical encryption algorithm implementation process, Caesar password, password Virginia, Hill Password
md5General
- md5加密算法:适用于学习密码学的朋友和其他对软件加密有较高要求的朋友。-md5 encryption algorithm : apply to study cryptography and other friends of encryption software have higher requirements friends.
warriors_orochi_2_ability
- a very long descr iption
Ecc
- ECC实现的原代码,包括椭圆曲线的生成和对文件的加密解密。主要是一个模拟演示程序。-ECC to achieve the original code, including the generation of elliptic curves and file encryption and decryption. Is primarily a simulation demo program
