-
lorenz
一个Lorenz混沌系统代码,可供学习研究混沌系统的参考,对图像做加密解密处理。(A Lorenz chaotic system code available for study and research of chaotic systems reference on the image to do encryption and decryption processing.)
- 2009-11-02 20:07:17下载
- 积分:1
-
列出系统中所有的证书存储区和物理位置 代码参考msdn
列出系统中所有的证书存储区和物理位置 代码参考msdn-listed all the system certificate and the physical storage location code reference VARIANT
- 2022-09-10 03:40:03下载
- 积分:1
-
Elite-E-Professional-V2.2
用于车型定位识别所用的加密狗文件,非常实用(Dongle for vehicle location identification file used, very practical)
- 2017-03-28 09:01:14下载
- 积分:1
-
spn
SPN密码实现和分析(也就是破解),通过文件读入!(SPN password implementation and analysis (ie cracked), read through the file!)
- 2020-06-29 20:00:01下载
- 积分:1
-
md5General
md5加密算法:适用于学习密码学的朋友和其他对软件加密有较高要求的朋友。(md5 encryption algorithm : apply to study cryptography and other friends of encryption software have higher requirements friends.)
- 2007-03-09 15:42:59下载
- 积分: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
-
s
s
- 2022-03-05 02:08:57下载
- 积分:1
-
c语言文件加密程序
c语言文件加密程序-file encryption procedures
- 2022-01-26 04:02:13下载
- 积分:1
-
DES-PIC-CBC
DES加密方法加密BMP图像,CBC方式实现。(DES encryption methods encryption BMP image, CBC way.)
- 2020-10-09 20:47:34下载
- 积分:1
-
我写的利用IDEA算法的加密程序,并含文件切割和合并功能。
我写的利用IDEA算法的加密程序,并含文件切割和合并功能。-I write using IDEA algorithm encryption procedures, and documents containing cutting and consolidation functions.
- 2022-01-25 18:02:42下载
- 积分:1