-
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
-
1111867176399d9765chaios
加密程序,很好用。亲自验证,完全正确。希望下载。(we can add and unadd a picture correctly.welcom to download.)
- 2012-05-17 12:06:01下载
- 积分:1
-
rsashuziqianming
RSA数字签名的源代码 vc++6.0实现的版本(RSA Digital Signature vc source code version 6.0)
- 2007-05-16 16:42:45下载
- 积分:1
-
daiti
基本古典密码设计——周期为3的多表代替密码的设计和实现(Basic classical cipher design)
- 2011-12-14 11:04:59下载
- 积分:1
-
vc_des_class_revision
des加解密的算法,不错的字符串加密与解密(des encryption and decryption algorithms, a good string encryption and decryption)
- 2008-07-03 14:06:20下载
- 积分:1
-
xuliemime
线性反馈移位寄存器LFSR生成随机序列的原理,序列密码的加密过程(Linear feedback shift register LFSR to generate random sequence of the principle of the encryption cipher)
- 2009-06-23 11:48:20下载
- 积分:1
-
PDF-Password-Remover3.1
pdf文件加密移除小软件。使pdf文件可打印可注释。(To remove pdf file encryption. So files can be printed comments)
- 2014-12-25 11:46:27下载
- 积分:1
-
AES-with-ECC
本文使用ECC加密AES的密钥,再由AES加密明文内容,AES加密强度大,速度快,但是密钥更新繁琐和不安全,由强度很大的非对称密钥算法对AES密钥加密,结合了两方的优点(this programme combine the ECC
with AES.using the ECC to cipher the AES key,and using the AES to cipher the m)
- 2020-06-29 10:20:02下载
- 积分:1
-
cryptLib
100 多个加密和解密可以用到的库, 本人悉心收藏的精品(100 can be used to encrypt and decrypt the library, my collection of boutique carefully)
- 2010-08-15 17:35:42下载
- 积分:1
-
Hash_sha256
sha256计算代码,非常好用的代码,大家可以用这个代码直接计算哈希值,sha256实现
依次执行
SHA256Init、
SHA256Update
SHA256Final
三个函数即可得到sha256结果(sha256 sourse code,Is very usefull)
- 2013-09-19 16:09:12下载
- 积分:1