-
openssl-rsa
OpenSSL的RSA算法应用举例。是用VC写的,有实用价值。(RSA algorithm of OpenSSL is used and given an example. Written with VC, there is practical value. )
- 2005-07-04 09:55:06下载
- 积分:1
-
ShamirSharring
Shamir门限算法的C++实现,依赖于NTL开源代码库(Shamir threshold algorithm C++ implementation, relies on NTL open source code base)
- 2020-07-01 21:00:02下载
- 积分:1
-
MixedCS
说明: 混合加密系统,支持多种加密方式混合加密系统,支持多种加密方式(Hybrid encryption system)
- 2010-03-19 10:25:50下载
- 积分:1
-
3des-suanfa
3des算法code,已经通过visual c++编译.比一重des算法更加可靠!(3DES algorithm code, has passed visual c++ Compiler. Than one algorithm more reliable re-des!)
- 2008-04-16 23:17:57下载
- 积分:1
-
Shift Cipher
说明: 一个移位加密算法的源代码,跟大家交流一下。(a shift encryption algorithm source code sharing with you what.)
- 2005-12-01 09:21:24下载
- 积分: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
-
Morse-code
摩斯密码 加密 解密 说明以衣VB源代码(Morse code By VBasic6.0)
- 2016-07-16 16:27:10下载
- 积分:1
-
Elite-E-Professional-V2.2
用于车型定位识别所用的加密狗文件,非常实用(Dongle for vehicle location identification file used, very practical)
- 2017-03-28 09:01:14下载
- 积分: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
-
Hideseek_introduction
Hideseek可将秘密文件隐写到指定图片中,并可检测隐写信息,本文是对该软件的使用说明。(hide &seek to run the file through individual test run normally. Hidden secret documents can be written to the specified picture, and can detect steganographic message.)
- 2013-10-30 11:21:59下载
- 积分:1