-
373465435
基于VB的M5数学密码算法源码,有需要的就下载吧。(VB-based M5 mathematical algorithm source code, there is a need to download it.)
- 2013-08-13 23:07:29下载
- 积分:1
-
RSA(NTL)
用VC6.0实现的,运用NTL大整数库实现RSA的加密和解密算法,具有较高的效率!(VC6.0 achieved by applying NTL large integer achieve RSA encryption and decryption algorithms, with high efficiency!)
- 2014-04-29 13:34:16下载
- 积分:1
-
VB_CalculateMD5_UseWinAPI
VB6.0调用Windows系统的API计算MD5码。这个代码跟网上流行的代码相比,具有代码简洁,维护方便,运行效率高等优点。运行速度比用纯VB6实现的快得多。(VB6.0- Call Windows system API calculate MD5 code. This code is compared with the popular online code, with code simple, easy maintenance, high efficiency. Runs faster than pure VB6 realize faster.)
- 2013-10-09 18:01:23下载
- 积分:1
-
DES-PIC-CBC
DES加密方法加密BMP图像,CBC方式实现。(DES encryption methods encryption BMP image, CBC way.)
- 2020-10-09 20:47:34下载
- 积分:1
-
TCR116133h
该文件能用Visual C++6.0打开编译实现加密解密功能,并能通过少量的修改改(修改处程序源码中已标明)镶嵌到其他的程序源码中实现加密解密功能。 可直接使用。
(The file can use Visual C++6.0 to open compiled encryption and decryption functions through a few modifications reform (modify at program source code has been marked) inlaid into the other program source code to achieve encryption and decryption functions. Can be used directly.)
- 2012-09-15 18:09:59下载
- 积分:1
-
GenerateKey
基于crypto++实现RSA密钥对生成,密钥长度1024,vs2010实现(generate RSA key pair based on Crypto++,and save the key pairs which is 1024 bit in txt file )
- 2013-03-27 15:26:16下载
- 积分:1
-
3DES-CPP
3des加密解密,des加密解密该算法通过编译,可以直接使用。(3DES encryption and decryption algorithms.)
- 2014-02-07 15:40:00下载
- 积分:1
-
sign
对于ECC 进行加密解密运算,这里主要是ECDSA的签名(For ECC encryption and decryption operations, where mainly ECDSA signature)
- 2020-07-03 20:00: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
-
W32Dasm
一个静态反汇编工具,也是破解人常用的工具之一(W32Dasm is a static disassembly tool, but also break one of the tools were used)
- 2009-12-18 11:18:41下载
- 积分:1