资源列表
AesCode
- AES加密解密算法,可选择128 192 256位密钥。 可加密解密字符串,可加密解密文件。 支持图形界面。 C++实现。-AES encryption and decryption algorithms, can choose 128 192 256-bit key. Can encrypt and decrypt strings, can encrypt and decrypt files. Graphical interface. C++ implementation.
RSA
- 密码学RSA算法加密,算法有小漏洞,不能加密大数,二次加密也可能会出错,仅供大家参考-Cryptography RSA encryption algorithm, the algorithm a small loophole, not encryption of large numbers, the second encryption may be wrong, for your reference
DES
- 使用VC写的DES加密算法,很适合用于课程设计和毕业设计的参考。-Written using VC DES encryption algorithm, it is suitable for course design and graduation design reference.
lock
- 用Visual Studio 2003编的文件加密程序,能对文件进行二进制读入,再和密码做异或,保存。版本一-Visual Studio 2003 for use of file encryption program, can read a binary file, and then do XOR and password, save. Version 1.0
des
- 用c语言实现des的基本加密解密功能,有源代码和界面-Des with the c language the basic encryption and decryption functions, source code and interface ~ ~
des_mino
- DES加密算法,对指定文件的内容进行加密-DES encryption algorithm, encrypt the contents of the specified file
lock2
- 这个是对版本一的改进,能完成对任意大小单一文件的异或加密,采用分段处理方式。-This is the the improvement of version 1.0, to complete a single document of any size or of different encryption, the use of sub-paragraph approach.
codages
- help to desribe the encryption system
Liang_DES_1
- 一个图形化界面的DES加解密小程序,可以实现不限长度的明文的DES加解密功能-A graphical interface, DES encryption and decryption applet, can expressly limited to the length of the DES encryption and decryption
MFC_RC4Demo
- 使用MFC编写的界面版流加密RC4算法例程,可以随机跟换加密密钥-It is a Demo of RC4 Algorithm made by MFC 6.0,it can change key by press button.
RSA
- 对RSA加密算法的详细注释和描述,通过优化算法实现非对称加密的过程-Detailed annotation of RSA encryption algorithm and descr iption, through optimizing algorithm of asymmetric encryption process
RSA--exponentiation-
- 揭秘RSA求幂算法,代码简洁方便,非常实用,用于求解任何求模运算-the exponentiation of RSA