-
xilinx公司三重DES加密代码,内部有用于仿真的文件
xilinx公司三重DES加密代码,内部有用于仿真的文件-xilinx companies Triple DES encryption code used for simulating an internal document
- 2022-04-02 06:33:53下载
- 积分:1
-
des加密算法的增强版key的长度比以前多
des加密算法的增强版key的长度比以前多--Enhancement version of DES encryption algorithm in which key is much longer than before
- 2023-07-11 22:55:03下载
- 积分:1
-
sha-256
sha256的签名算法,纯C实现,已验证正确,在控制台上直接运行即可,(sha256 signature algorithm, pure C implementation ,has been verified properly and can be run directly on the console.)
- 2021-04-28 16:08:43下载
- 积分: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
-
chua
蔡氏混沌系统产生多涡混沌,用于图像处理,主要进行加密解密(Chua s chaotic system to produce multi vortex chaos, for image processing)
- 2013-10-17 14:50:55下载
- 积分:1
-
C和Java写的sepent加密算法
C和Java写的sepent加密算法-C and Java write sepent encryption algorithm
- 2022-11-08 08:35:04下载
- 积分:1
-
Third
第三代移动系统中以Kasumi为内核的另一加密算法-f8算法的VC++实现-Third-generation mobile system to Kasumi for kernel-f8 encryption algorithm to another algorithm VC++ Realize
- 2022-01-27 20:14:13下载
- 积分:1
-
db22excel
this is a document to describe db2 excel
- 2014-08-07 14:05:12下载
- 积分:1
-
有多种加密算法,如:字节取反、循环异或、码变换法、CSED、D3DES。...
有多种加密算法,如:字节取反、循环异或、码变换法、CSED、D3DES。-There are a variety of encryption algorithms, such as: anti-byte check, recycling XOR, code transformation, CSED, D3DES.
- 2023-07-22 06:25:03下载
- 积分:1
-
des
Java实现des算法源代码,供大家参考(Java implementation des algorithm)
- 2010-08-02 01:17:55下载
- 积分:1