-
这是一个RSA的简单实现算法,用的是C++语言实现的.
这是一个RSA的简单实现算法,用的是C++语言实现的.-This is a simple realization of the RSA algorithm is used in the C language.
- 2022-03-04 12:40:00下载
- 积分:1
-
des加密,必须是8位英文字符,或4位中文字符
des加密,必须是8位英文字符,或4位中文字符-des encryption, must be 8 characters in English, or four Chinese characters
- 2022-01-25 19:30:17下载
- 积分:1
-
AES-matlab
Matlab的AES实现,还有效果图,Demo程序,以及相应的PDF文档,值得参考!(Matlab implementation of AES, as well as renderings, Demo program, and the corresponding PDF document, it is also useful!)
- 2020-12-09 17:19:19下载
- 积分:1
-
MD5的MFC类,使用方便。CMD5::GetMD5("123") 简单吧
MD5的MFC类,使用方便。CMD5::GetMD5("123") 简单吧-the MFC category and convenient. CMD5 : : GetMD5 ( "123") it simple
- 2022-04-20 01:43:58下载
- 积分:1
-
DES(Data Encrypt Standard)加密算法.
只有源代码哈,希望能对大家有所帮助...
DES(Data Encrypt Standard)加密算法.
只有源代码哈,希望能对大家有所帮助-DES (Data Encrypt Standard) encryption algorithm. Only the source code of Kazakhstan, the hope that it can be helpful to everyone
- 2023-05-23 20:10:03下载
- 积分:1
-
sm3
SM3的加密。运行在VC++6.0的环境下。(SM3 encryption process.)
- 2020-06-19 09:20:02下载
- 积分:1
-
这一个16位的CRC校验的源码,源码也已经很详细的注释过了
这一个16位的CRC校验的源码,源码也已经很详细的注释过了-This is a 16-bit CRC checksum of the source code, source code also has very detailed notes after a
- 2022-05-13 05:50:36下载
- 积分:1
-
CMAC
在实现AES基础上,用C编写CMAC算法并调试通过。输入数据进行CMAC验证。(In the realization of AES based on the CMAC algorithm written in C and debugging. CMAC input data validation)
- 2014-01-10 16:12:49下载
- 积分:1
-
ENIGMA3模拟WW II加密算法(含EXE文件)
ENIGMA3模拟WW II加密算法(含EXE文件)-ENIGMA3 simulation WW II Encryption Algorithm (including EXE)
- 2023-08-20 15:35:03下载
- 积分:1
-
DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位...
DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私钥都是两个大素数( 大于 100个十进制位)的函数。本程序为适合初学者的rsa算法java源码及des源码,开发环境eclipse3.4-DES algorithm called the Data Encryption Standard, that is, data encryption algorithm, DES algorithm to express the 64-bit input block into a 64-bit output ciphertext block, it is also used 64-bit key. RSA" s security depends on the decomposition of large numbers. Public key and private key are two large prime numbers (more than 100 decimal places) of the function. This procedure is suitable for beginners of rsa algorithm java source and des-source, development environment eclipse3.4
- 2023-01-27 23:40:03下载
- 积分:1