-
ECC_Paper
关于ECC椭圆曲线加密算法在软件注册中的应用(The ECC Paper about software Registration)
- 2013-09-18 23:47:01下载
- 积分: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
-
dogsn
rockey6加密狗
dogsn名称为3000(dogsn3000)
- 2010-06-29 00:12:28下载
- 积分:1
-
SeayDzend
PHP5.2 5.3 5.4等 zend加密代码解密(PHP5.2 5.3 5.4 Zend encryption code decryption)
- 2017-03-03 21:22:26下载
- 积分: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
-
HillCode
playfair 加密算法的实现,用一个例子做了展示(realize playfair algorithm,use a sample to show the algorithm)
- 2012-03-05 16:47:43下载
- 积分:1
-
bl_des_test
使用dll,将vc下进行文件加解密的blowfish方法做成dll文件,从而在vc中调用,隐藏加解密的参变量。(Using dll, under the vc the blowfish file encryption method made dll file, so call in vc, the hidden variable encryption and decryption of the parameters.)
- 2010-08-30 18:56:22下载
- 积分:1
-
3DES-CPP
3des加密解密,des加密解密该算法通过编译,可以直接使用。(3DES encryption and decryption algorithms.)
- 2014-02-07 15:40:00下载
- 积分:1
-
DIGSILETN-PF140.514--pojie-wenjian
PF140.514版digsilent软件的两个破解文件,按一定操作步骤即可免狗驱动,本人已在XP环境下使用,没有问题。希望对采用该软件的人有一点帮助!(Two crack file PF140.514 the version digsilent software, Free Dog certain steps to drive, I have XP environment, there is no problem. I hope the software a little help!)
- 2013-03-25 16:14:16下载
- 积分:1
-
rsa
RSA算法,主要讲述算法的原理和过程,设计到加密解密,和溢出处理,初级学习RSA用(RSA algorithm, the algorithm mainly about the principle and process design to the encryption and decryption, and overflow processing, the primary study used RSA)
- 2010-10-25 10:31:04下载
- 积分:1