-
Ibe_ext
IBE基于身份的加密系统的身份提取程序,使用VC6.0开发,即把身份转换成椭圆曲线上的点(IBE identity-based encryption system of the identity of extraction procedures, using VC6.0 development, namely, the identity into a point on the elliptic curve)
- 2020-06-29 20:40:02下载
- 积分:1
-
DES_Test
DES加密的MFC实现,主要包括两部分组成,有字符串加密和文件加密两种模式,实现了3DES功能,让加密更安全(including string and files by DES)
- 2013-10-28 19:46:24下载
- 积分:1
-
123456
计算卡片过程密钥,加密密码数据,计算安全报文鉴别(MAC)过程密钥 (Calculating card key, the encrypted password data, calculate the safety message authentication (MAC) key)
- 2013-08-14 13:15:47下载
- 积分: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
-
Affine
本程序是仿射密码的加密与解密,用C语言编写的,经测试没有问题(This procedure is affine password encryption and decryption, written in C, tested no problem)
- 2012-05-11 02:21:27下载
- 积分:1
-
865754765
VB文件加密器(异或加密),有需要的就下载吧。(VB file encryption (XOR encryption), there is a need to download it.)
- 2013-08-21 12:09:19下载
- 积分:1
-
123456
计算卡片过程密钥,加密密码数据,计算安全报文鉴别(MAC)过程密钥 (Calculating card key, the encrypted password data, calculate the safety message authentication (MAC) key)
- 2013-08-14 13:15:47下载
- 积分:1
-
DES_C
基本的DES加密算法,可以实现一些基本的功能,但是大型计算不适合(The basic DES encryption algorithm)
- 2013-08-15 01:48:09下载
- 积分:1
-
diban
转下的源代码程序,此程序需要密码,但可以正常使用,并可对后台进行部分修改(Transfer the source code under the program, this program requires a password, but can be used normally, it may also be part of the background changes)
- 2009-12-14 23:09:16下载
- 积分: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