-
vcDES
讲述des加密过程,实现了简易锝des加密算法(About the des encryption process to achieve a simple encryption algorithm technetium des)
- 2011-11-01 19:44:09下载
- 积分:1
-
jaimi
信息安全的RSA与DES加解密算法的实现,用的是Visual C++MFC(Information Security RSA encryption and decryption with the DES algorithm, using the Visual C++ MFC)
- 2008-05-31 09:20:08下载
- 积分:1
-
jiami
自主编写的一个简单的加密程序,算法思想简单(Written in a simple self-encryption algorithm is simple thoughts)
- 2010-12-16 15:26:04下载
- 积分:1
-
dogsn
rockey6加密狗
dogsn名称为3000(dogsn3000)
- 2010-06-29 00:12:28下载
- 积分:1
-
md5src
这个是编译通过的MD5算法,使用的语言是C++,非常好用。(MD5 C++ source code
)
- 2011-12-09 15:51:58下载
- 积分:1
-
GOSTjiamijiemi
GOST加密解密程序,源代码是在控制台下的,我只是把他改写成MFC了。方便操作。加密解密高手可以绕过。(The GOST encryption and decryption procedures, the source code is under the console, I just put him rewrite the MFC. Easy to operate. Encryption and decryption master can be bypassed.)
- 2013-04-27 18:02:25下载
- 积分:1
-
CMAC
在实现AES基础上,用C编写CMAC算法并调试通过。输入数据进行CMAC验证。(In the realization of AES based on the CMAC algorithm written in C and debugging. CMAC input data validation)
- 2014-01-10 16:12:49下载
- 积分:1
-
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
}
//解构大数对象
CInteger::~CInteger()
{
}
/*大数比较
调用方式:N.Cmp(A)
返回值:若N<A返回-1;若N=A返回0;若N>A返回1
*/
int CInteger::Cmp(CInteger& A)(#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
}
//解构大数对象
CInteger::~CInteger()
{
}
/*大数比较
调用方式:N.Cmp(A)
返回值:若N<A返回-1;若N=A返回0;若N>A返回1
*/
int CInteger::Cmp(CInteger& A))
- 2012-05-16 11:09:35下载
- 积分:1
-
ECC_Paper
关于ECC椭圆曲线加密算法在软件注册中的应用(The ECC Paper about software Registration)
- 2013-09-18 23:47:01下载
- 积分:1
-
RSA
RSA加密算法的C预言实现,对一张灰度图进行加密,然后再解密(RSA encryption algorithm in C prophecy fulfilled, encrypt and then decrypt a grayscale)
- 2012-10-22 14:14:34下载
- 积分:1