-
SeayDzend
PHP5.2 5.3 5.4等 zend加密代码解密(PHP5.2 5.3 5.4 Zend encryption code decryption)
- 2017-03-03 21:22:26下载
- 积分: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
-
GOSTjiamijiemi
GOST加密解密程序,源代码是在控制台下的,我只是把他改写成MFC了。方便操作。加密解密高手可以绕过。(The GOST encryption and decryption procedures, the source code is under the console, I just put him rewrite the MFC. Easy to operate. Encryption and decryption master can be bypassed.)
- 2013-04-27 18:02:25下载
- 积分:1
-
DES
自己开发的一个des加密算法,可用作网络通信方面,希望对大家有帮助(Their development of a des encryption algorithm can be used as network communications, we want to help)
- 2010-06-11 07:37:12下载
- 积分:1
-
bvymc
无须解压密码,利用自己设计的程序同样可以实现对控制面板内容的控制,(Do not need to unzip password, to use its own design program can also realize the control of the content of the control panel,)
- 2017-06-16 21:55:54下载
- 积分:1
-
sign
对于ECC 进行加密解密运算,这里主要是ECDSA的签名(For ECC encryption and decryption operations, where mainly ECDSA signature)
- 2020-07-03 20:00:01下载
- 积分:1
-
RSA
C++ implementaion for RSA together with the Wiener attack.
It uses NTL library for big numbers
- 2009-04-22 04:54:04下载
- 积分:1
-
setpassfolder
加密文件夹,十分好用
使用visual basic环境编程(lock file)
- 2013-12-01 17:45:52下载
- 积分:1
-
DD_PassWord
实现任意数据文件的加密,和输入的数据加密(PassWord)
- 2010-05-31 12:24:24下载
- 积分:1
-
DES
可以对文件进行加解密,这是自己编写的实验作业(Can encrypt and decrypt files, it is their job to prepare experimental)
- 2009-11-09 12:17:02下载
- 积分:1