-
这是一个用VC.net实现的AES的S
这是一个用VC.net实现的AES的S-box的实现代码,包括求逆和s盒的实现代码-This is a realization of the use VC.net AES S-box realization of the code, including inversion and the realization s box code
- 2022-06-20 00:21:57下载
- 积分:1
-
SDES 的加密
SDES 的加密-SDES encryption
- 2022-07-06 21:02:23下载
- 积分:1
-
一个简单的文件加密器
一个简单的文件加密器-a simple file encryption device
- 2022-03-01 18:44:26下载
- 积分:1
-
加密技术源代码学习加密技术
加密技术源代码学习加密技术-encryption technology to study the source code encryption technology
- 2022-06-20 04:22:55下载
- 积分:1
-
这个是一款不错的文件加密软件,能让你的隐私文件受到严密的保护....
这个是一款不错的文件加密软件,能让你的隐私文件受到严密的保护.-this is a good document encryption software that can make your documents to be subject to stringent privacy protection.
- 2022-05-22 23:01:49下载
- 积分:1
-
RSA算法
实施一个小程序,以产生一对非对称密钥对要与RSA算法使用。
- 2022-04-02 07:09:52下载
- 积分: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
-
代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over) -What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used (In VB- The same technique can be implemented in
- 2023-06-18 10:00:03下载
- 积分:1
-
文件加密算法+VB源代码,值的初学者研究,深入
文件加密算法+VB源代码,值的初学者研究,深入-File encryption algorithm+ VB source code, the value of research for beginners, in-depth
- 2023-03-10 01:00:04下载
- 积分:1
-
对初学MALAB读的经典外文书籍,简单易懂,有简单代码
对初学MALAB读的经典外文书籍,简单易懂,有简单代码-Novice MALAB reading the classic books in foreign language, easy to understand, there is a simple code
- 2022-02-05 17:26:55下载
- 积分:1