-
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
-
RSA_algorithm_c++
说明: 采用RCS做文件加密的源程序代码,VC环境。包含两个文件包,里面的Readme有详细介绍。(Using RCS to do file encryption source code, VC environment. Package consists of two documents, which detailed the Readme.)
- 2008-09-30 17:45:21下载
- 积分:1
-
080702
公钥密码基础设施应用技术体系
密码设备应用接口规范
做系统安全性的参考文档。(Application of public key cryptography infrastructure equipment application technology system password security system interface specifications make reference to the document.)
- 2011-08-09 00:24:47下载
- 积分:1
-
yinpinjiami
基于vc++的音频加密软件的设计通过查阅资料对当今比较广泛使用的音频加密算法进行选择,并对其中的三种算法进行其性能方面的比较,找出其中加密性能较好(Audio encryption software design based on VC++through access to information is widely used for today s audio encryption algorithm to choose, and the three kinds of algorithms are compared, and its performance to find out one encryption)
- 2021-02-28 17:59:36下载
- 积分:1
-
duobiaotidai
一个周期3的多表代替密码,第1个表由密钥字法产生(密钥字自拟),第2个表由洗牌法产生(注意,字母a~z与数字0~25一一对应),第三个表由公式法产生(数学公式自拟,注意它须是Z26上的一个一一变换)(a cycle of three multi-table instead of passwords, a table by key word method, (key word from the intended), Table No. 2 produced by shuffling method (note, a letter with a number of z ~ 0 ~ 25 he gathers), 3rd tables generated by the formula (from the proposed mathematical formula, it should pay attention to the Z26 is a transformation on January 1))
- 2006-10-10 17:33:56下载
- 积分:1
-
ShamirSharring
Shamir门限算法的C++实现,依赖于NTL开源代码库(Shamir threshold algorithm C++ implementation, relies on NTL open source code base)
- 2020-07-01 21:00:02下载
- 积分:1
-
Recursive-subroutine
该程序使用C++写的一个基于递归子程序算法的语法翻译器,是在vs2012环境下编写的,供大家参考和学习(The program uses C++ to write an algorithm based on recursive subroutine syntax interpreter is written in vs2012 environment, for your reference and learning)
- 2013-11-26 23:12:15下载
- 积分:1
-
ECCCBuilder
说明: ECC实现加密解密功能,系统参数的生成!(ECC to achieve encryption and decryption functions, system parameter generation!)
- 2010-03-28 18:27:24下载
- 积分:1
-
Hash_sha256
sha256计算代码,非常好用的代码,大家可以用这个代码直接计算哈希值,sha256实现
依次执行
SHA256Init、
SHA256Update
SHA256Final
三个函数即可得到sha256结果(sha256 sourse code,Is very usefull)
- 2013-09-19 16:09:12下载
- 积分:1
-
Cryptography-and-Network-Security
用C/C++实现加解密算法及其应用:DES(或AES)和基于DES(或AES)的CMAC。(With C/C++ achieve encryption and decryption algorithm and its application: DES (or AES) and based on DES (or AES) of CMAC.)
- 2013-11-01 15:00:05下载
- 积分:1