资源列表
密文暴力破解
- 维吉尼亚密文的暴力破解,用的是字母频度分析。(The brute force of Virginia cipher is analyzed by the frequency of letters.)
testMD5
- 测试MD5加密功能,记住用户名和密码功能(Test MD5 and remember password function)
DESEncrypt
- DES加密工具,封装了双重向量的DES加密方法(DES encryption tool, encapsulates the double vector DES encryption method)
CTFcryptoCrack
- 各种加解密(凯撒,base64,rot等),各种编码解码,可添加识别py脚本(Various encryption (Kaiser, base64, rot, etc.), various encoding decoding, can be added to identify the py scr ipt)
Md5加密算法的原理及应用
- Md5加密算法的原理及应用 --- Md5的全称是Message-Digest Algorithm 5(信息-摘要算法),在90年代初由Mit Laboratory For Computer Science和Rsa Data Security Inc的Ronaldl.rivest开发出来,经md2、md3和md4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被“压缩”成一种保密的格式。由于md5算法的使用不需要支付任何版权费用的,所以在一般的情况下,md5也不失为一种非常优秀的加
rsa
- 实现加解密功能,自动生成密钥,实现128,256,512,1024,2048位加解密(RSA tencrypto and tdecrypto)
DES
- 用C++实现加密与解密,包括对文本内容的加密解密、图片的加密解密、DES加密,里面有详细的代码、注释及相关原理等,是一份完整的实验报告。(Encryption and decryption with C++, including encryption and decryption of text content, encryption and decryption of pictures, DES encryption, which has detailed code, notes and re
AES
- aes加密系统的实现,基于visual studio 运行,可以实现加密解密。(AES encryption system implementation, based on visual studio operation, you can achieve encryption and decryption.)
AES_SIMPLE
- 实现了简单的AES,实现了五种模式,电子密码模式,分组链接模式....等等。(The implementation of a simple AES, the realization of five modes, electronic password mode, packet link mode, etc...)
hill
- hill的加密解密代码,很牛的,你要相信我没错(Hill encryption and decryption code, very cattle, you have to believe I am right)
加解密处理系统
- 对文档内容进行简单的加解密操作,来保护自己的隐私。基于c的小程序(A simple encryption and decryption operation for the content of the document)
DES_Encryption
- DES decryption using matlab, standard implementation