-
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
-
des
des经典加密算法,实现数据交互过程中的保密(des classical encryption algorithm, data confidentiality during the interaction)
- 2013-12-19 18:38:55下载
- 积分:1
-
Hash_sha256
sha256计算代码,非常好用的代码,大家可以用这个代码直接计算哈希值,sha256实现
依次执行
SHA256Init、
SHA256Update
SHA256Final
三个函数即可得到sha256结果(sha256 sourse code,Is very usefull)
- 2013-09-19 16:09:12下载
- 积分: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
-
jiamijiemi
说明: vb 加密解密程序 动态加密使用非常方便...(vb encryption and decryption process is very convenient to use dynamic encryption ...)
- 2009-08-03 23:06:04下载
- 积分:1
-
P2P
文件的加密传输,用到了各种加密算法 MD5 RSA (File encryption MD5 RSA
)
- 2010-03-05 16:21:08下载
- 积分:1
-
delcert
删除系统某存储区中的证书, 代码参考msdn(removal system of a storage area of the certificate, a code reference VARIANT)
- 2005-07-20 10:17:59下载
- 积分:1
-
MUC1_C4
奇迹C1 C2 C3 C4协议加密与解密(MU C1 C2 C3 C4 encrypt and decrypt)
- 2021-02-17 12:19:46下载
- 积分:1
-
Soft20060210103622639
文件加密使用,可以实现对PC上文件进行加密解密功能(document encryption use, the PC can be achieved on the document encryption and decryption functions)
- 2006-12-26 15:29:21下载
- 积分:1
-
ssrc
软件加密 使用MD5算法对密码进行加密
软件加密 使用MD5算法对密码进行加密(Software encryption using MD5 algorithm to encrypt passwords)
- 2014-09-15 16:58:53下载
- 积分:1