-
AES-enc
说明: AES加密算法的加密部分,128位加密算法实现(AES encryption algorithm the encryption part, 128-bit encryption algorithms)
- 2010-04-14 21:42:47下载
- 积分:1
-
DES
今天我们学习了des对称加密算法这是一个des算法的C++实现(This is a des !)
- 2009-09-15 15:04:20下载
- 积分:1
-
SEED
Seed加密体制代码,韩国的分组密码加密体制。(Seed encryption system code block cipher encryption system in Korea.)
- 2014-01-16 11:47:11下载
- 积分:1
-
123456
计算卡片过程密钥,加密密码数据,计算安全报文鉴别(MAC)过程密钥 (Calculating card key, the encrypted password data, calculate the safety message authentication (MAC) key)
- 2013-08-14 13:15:47下载
- 积分: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
-
mAffineCipher
古典密码中的仿射密码的加密和解密用C语言来实现。(Classical affine password encryption and decryption using C language to achieve.)
- 2011-10-30 10:37:30下载
- 积分: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
-
Main
二进制文件操作工具
可以对二进制文件合并、分拆、加密、解密的工具,再对两个可执行文件进行合并后,显示第一个文件的信息,并且正常使用,第二个被忽略。(Binary file binary file manipulation tools can merge, split, encrypt, decrypt tool, and then the merger of two executable files, show the first file, and normal use, the second is ignored.)
- 2010-10-25 00:06:53下载
- 积分:1
-
DES-complete
一个DES加解密程序,有兴趣的可以下来看看。(A program about DES)
- 2012-07-03 09:12:47下载
- 积分:1