资源列表
rsa
- rsa 实现代码,运用大数算法#include "afx.h" #include "Integer.h" #include <string> #include <iostream> using namespace std //构造大数对象并初始化为零 CInteger::CInteger() { m_nLength=1 for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0 }
2
- DES的加密解密算法,不属于散列函数。主函数缺少一些,请见谅-DES encrypt, decrypt the algorithm, do not belong to hash function main function lack some, please forgive me
rsa
- 一个比较小的rsa加密系统,初学者,所要加密的可以需要事先在文件里改。-a simple system for rsa,there are some problems.
encry
- 欢迎使用加解密软件") puts("请将需要加密的文件放在D盘jiami目录下,命名为 mingwen.txt ") puts("请将需要解密的文件和密钥放在D盘jiemi目录下,命名为 miwen.txt 和 miyao.txt ") puts("注:文件长度不能超过255个字符") puts("请选择:\n1.进行加密\n2.进行解密\n3.退出") -Welcome to the encryption and decryption software ")
rsa
- RSA加密解密算法,C语言编程实现。通过算法实现,可以对输入的字符数字进行加密解密。-RSA encryption and decryption algorithm, C language programming
DES
- DES加密解密算法编程,使用同一密钥对数据进行加密解密。-DES encryption and decryption algorithm programming, using the same key for encryption and decryption of data.
070822000724
- 这是AES的加密解密程序,附带它的检验程序-here is the AES code
SM2
- 国密算法 SM2椭圆曲线公钥密码算法(签名、交换、加密)-State encryption algorithm The SM2 elliptic curve public key cryptographic algorithm
rsa
- rsa加密是古典密码学中常用的一种加密方法,该程序简单,实用,适合初学者使用。-rsa encrypt
md5
- md5算法的源代码,用于加密解密,可以在程序中直接应用-md5 algorithm source code for encryption and decryption
DES-Encryption
- 一个简单的DES加密算法,有多种分组方法,实现MFC界面的操作平台,简单易懂,注释详细,便于修改。适合初学者。-A simple DES encryption algorithm, a variety of grouping methods, the MFC interface platform, easy-to-understand, detailed annotations, easy to modify. Suitable for beginners.
des
- DNS加减密,实现DNS的加密,解密。包含F函数,以及mian函数-DNS sourse code