-
AllNagra2_source
Nagravision 2 patch source code
- 2011-11-17 10:39:10下载
- 积分:1
-
fangsemima
仿射密码体制加解密,较移位代换等加解密体制,更加优越。(Affine cipher encryption and decryption, a shift substitution and encryption and decryption system, more superior.)
- 2011-12-19 19:58:14下载
- 积分:1
-
0401-3
椭圆曲线密码算法及其应用论文,对椭圆曲线加解密算法实现具有很好参考价值(Elliptic curve cryptography algorithm and its application papers, the elliptic curve encryption and decryption algorithm to achieve a good reference value
)
- 2012-04-01 09:16:34下载
- 积分: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
-
ElGamalPSignature
vc++写的ElGamal加密系统,能够对简单的数字进行加密。(The ElGamal encryption systems, vc++ write simple digital encryption.)
- 2013-04-04 20:29:48下载
- 积分:1
-
Ibe_set
IBE基于身份的加密系统的系统叁数程序,使用VC6.0开发(IBE identity-based encryption system of systems Triple the number of procedures, the use of VC6.0 Development)
- 2020-06-29 21:00:01下载
- 积分:1
-
transparent-encryption
基于双缓冲过滤驱动的透明加密系统研究与实现(Based on double buffer transparent encryption system filter driver and Implementation Research)
- 2011-11-19 21:06:54下载
- 积分:1
-
SM4
sm4国密对称算法源码和使用sample,请参考。。(sm4 source code sample)
- 2016-01-16 12:08:00下载
- 积分:1
-
RSA
用VC++开发的一款MFC程序,能很好地实现RSA加密和解密算法,对学习RSA加解密算法很有帮助(MFC with VC++ developed a program that can well realize RSA encryption and decryption algorithms, RSA encryption and decryption algorithms for learning helpful)
- 2020-10-12 22:57:32下载
- 积分:1
-
Rijndael_ECB
AES加解密C语言源代码,可直接运行通过,方便大家借鉴学习(AES encryption and decryption of C language source code, can be directly run by, we facilitate learning from)
- 2013-12-01 14:14:35下载
- 积分:1