-
加密技术源代码学习加密技术
加密技术源代码学习加密技术-encryption technology to study the source code encryption technology
- 2022-06-20 04:22:55下载
- 积分:1
-
Vigenere 体制 本程序使用dev c++开发实现,希望对大家有用.
Vigenere 体制 本程序使用dev c++开发实现,希望对大家有用.-Vigenere institutional procedures for the use of the dev c achieve development, we hope that the right useful.
- 2022-01-25 16:17:20下载
- 积分:1
-
ROT13Encrypt
一个很好的使用 ROT13 算法加密和解密数据的算法(A good algorithm using ROT13 algorithm to encrypt and decrypt data)
- 2013-09-09 15:34:05下载
- 积分: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
-
SKEY协议的简单模拟
模拟 SKEY协议通信过程。SKEY身份认证解决方案,可以有效解决重放攻击。重放攻击是指攻击者通过某种方式在网络连接中获取他人的登陆账户与口令,然后利用它多某个网络资源的访问权限。而现在S/Key协议分配给访问者的口令每次都不同,所以,就可以有效解决口令泄漏问题。因此,可以避免重放攻击。(a simulation of SKEY protocol)
- 2020-07-02 20:20:02下载
- 积分:1
-
rsa
我自己编写的rsa算法,实现了加密和解密功能
- 2009-05-01 22:57:13下载
- 积分:1
-
EXELOCK 1.83 EXE文件加密器的源代码
EXELOCK 1.83 EXE文件加密器的源代码-EXELOCK 1.83 EXE file encryption for the source code
- 2022-07-09 03:24:27下载
- 积分:1
-
SM2签名功能和验签测试SM3摘要功能测试
SM2签名功能和验签测试SM3摘要功能测试(SM2-signature-creation-and-verification-master)
- 2019-04-02 10:02:48下载
- 积分:1
-
MD5算法之C#程序
MD5算法之C#程序-MD5 algorithm procedures on C#
- 2022-07-21 08:35:24下载
- 积分:1
-
置换代换密码体制的S
置换代换密码体制的S-P盒的发生器,能随机产生S盒和P盒,用于置换代换密码体制的加密解密-replacement substitution Cryptosystem S-P boxes of generators, can generate random boxes S and P boxes for the replacement substitution Cryptosystem encryption and decryption
- 2022-09-07 01:40:02下载
- 积分:1