资源列表
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...)
图像处理及图像分块
- 膨胀后的g分量二值图像,彩色图像及视频文件
图像处理
- 图像加密和隐藏,用于图像加密相关操作,使用于除学者
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
Vigenere
- Java语言编写维吉尼亚算法,设置输入文档文件,得到一个输出文档文件。(Java language Virginia algorithm, set the input document file, get an output document file.)