-
Hash_sha256
sha256计算代码,非常好用的代码,大家可以用这个代码直接计算哈希值,sha256实现
依次执行
SHA256Init、
SHA256Update
SHA256Final
三个函数即可得到sha256结果(sha256 sourse code,Is very usefull)
- 2013-09-19 16:09:12下载
- 积分:1
-
CMAC
在实现AES基础上,用C编写CMAC算法并调试通过。输入数据进行CMAC验证。(In the realization of AES based on the CMAC algorithm written in C and debugging. CMAC input data validation)
- 2014-01-10 16:12:49下载
- 积分:1
-
FlexNet-Publisher-Licensing-Toolkit_Install_V11
FlexNet Publisher Licensing Toolkit 11.9.1
Installation Guide
- 2012-01-07 18:49:56下载
- 积分:1
-
jaimi
信息安全的RSA与DES加解密算法的实现,用的是Visual C++MFC(Information Security RSA encryption and decryption with the DES algorithm, using the Visual C++ MFC)
- 2008-05-31 09:20:08下载
- 积分:1
-
Cryptography-and-Network-Security
用C/C++实现加解密算法及其应用:DES(或AES)和基于DES(或AES)的CMAC。(With C/C++ achieve encryption and decryption algorithm and its application: DES (or AES) and based on DES (or AES) of CMAC.)
- 2013-11-01 15:00:05下载
- 积分:1
-
080702
公钥密码基础设施应用技术体系
密码设备应用接口规范
做系统安全性的参考文档。(Application of public key cryptography infrastructure equipment application technology system password security system interface specifications make reference to the document.)
- 2011-08-09 00:24:47下载
- 积分:1
-
CloneRockey4ND
ROCKEY4ND加密锁硬复制程序(Rockey4 Rockey4 Smart Rockey4 ND)
(Rockey4 Rockey4 Smart Rockey4ND clone) )
- 2020-09-23 16:07:53下载
- 积分:1
-
vigenerecipher
vigenerecipher加密解密算法实例
使用vigenerecipher算法加密字符串
可输入任意密钥(vigenerecipher examples of encryption and decryption algorithms
String encryption algorithm using the vigenerecipher
Can enter any key)
- 2009-09-15 13:25:56下载
- 积分:1
-
SM4
sm4国密对称算法源码和使用sample,请参考。。(sm4 source code sample)
- 2016-01-16 12:08:00下载
- 积分: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