-
DES加密算法的Visual C++实现
DES加密算法的Visual C++实现-DES encryption algorithm Visual C++ Realize
- 2022-07-11 23:52:58下载
- 积分:1
-
该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;data...
该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;dataofKey.txt文件时输入的密钥,以换行分割;dataofDES.txt文件是输出的加密数据,其中包括各轮子密钥以及各轮加密输出,以及最后得到的密文,在文件中都有说明。-the realization of the single DES encryption algorithm, which CDes.cpp to source files, Calling the document which functions as follows : dataofText.txt document is imported specifically, in exchange for various bits of data; dataofKey.txt paper input key to change bits; dataofDES.txt document is the output data encryption, including the wheels round and the key encryption exports, and finally the secret text in the document have been described.
- 2022-05-26 17:52:28下载
- 积分:1
-
implementation of MD5 can download source
可以执行的MD5源程序下载-implementation of MD5 can download source
- 2022-03-30 20:01:34下载
- 积分:1
-
密码学文献有一个奇妙的发展历程,当然,密而不宣总是扮演主要角色。第一次世界大战前,重要的密码学进展很少出现在公开文献中,但该领域却和其它专业学科一样向前发展。...
密码学文献有一个奇妙的发展历程,当然,密而不宣总是扮演主要角色。第一次世界大战前,重要的密码学进展很少出现在公开文献中,但该领域却和其它专业学科一样向前发展。-cryptography literature has a wonderful history, of course, close does not declare always played the leading role. Before the First World War, it was important to cryptography little progress emerged in the open literature. However, the area has other professional disciplines and the development of the same.
- 2022-03-30 19:34:10下载
- 积分:1
-
简单的文件加密代码
一个不错的文件加密系统,对你工作的安全大大加强。...
简单的文件加密代码
一个不错的文件加密系统,对你工作的安全大大加强。-simple file encryption code a good file encryption system, you have the right security greatly enhanced.
- 2022-01-25 15:53:09下载
- 积分:1
-
MD5 algorithm is a detailed description, it is easy to understand, gives a clear...
MD5算法的详细介绍,很容易理解,给人豁然开朗的感觉-MD5 algorithm is a detailed description, it is easy to understand, gives a clear insight into feelings
- 2022-05-06 00:00:25下载
- 积分:1
-
RSA演示代码,运行环境VC++6.0,研究RSA的可以
RSA演示代码,运行环境VC++6.0,研究RSA的可以-RSA demo code, runtime environment VC++ 6.0, Research RSA can
- 2022-02-11 13:21:18下载
- 积分: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
-
BASE64译码
BASE64译码-BASE64 Decoding
- 2022-04-15 11:57:32下载
- 积分:1
-
通过数据加密程序VB.net编写,提供三的加密方法…
vb.net编写的数据加密程序,提供三种加密方式: 简单加密、随机码加密、用户名加密-vb.net prepared by the data encryption program, providing three encryption methods : simple encryption, random encryption, user name encryption
- 2022-03-29 18:39:17下载
- 积分:1