-
基于unix下的RSA加密实例分析
基于unix下的RSA加密实例分析-under the RSA encryption Case Analysis
- 2022-11-04 12:35:03下载
- 积分:1
-
Base64编码
base64编码-base64 encoding
- 2022-02-22 06:13:05下载
- 积分:1
-
With c++ Achieve affine password, I was DevC++ In running, it should be in Visua...
用c++实现仿射密码,我是在DevC++中跑的,应该在VisualC++中也行-With c++ Achieve affine password, I was DevC++ In running, it should be in VisualC++ Also line
- 2022-08-02 19:19:58下载
- 积分:1
-
S-DES编程S-DES加密采用8和10明文作为密钥输入,有8个密文作为输出。使用同一密钥进行加密和解密。要求:CBC模式到解密版本增加。对话界面:在目录选项中选择加密或解密密钥输入明文或密文文档(对于二进制内容,。Txt文件,),建议加密或解密已完成2。输出:产生密文或明文文本3。提供:文档、源代码、可执行文件,通过加密实验得到运行结果。4分析雪崩效应文件:键下同一个显式改变文本在闭合处的差异,在同一个地方显式改变电位器在密文处的情况
- 2022-10-09 22:15:03下载
- 积分:1
-
JAVA开发的,使用RSA,MD5开发的简单数字签名软件,可以用来对文件和消息做数字签名。...
JAVA开发的,使用RSA,MD5开发的简单数字签名软件,可以用来对文件和消息做数字签名。 -JAVA development, the use of RSA, MD5 developed a simple digital signature software, can be used for documents and information to do a digital signature.
- 2023-03-16 05:15:03下载
- 积分:1
-
凯撒密码
用Caesar算法实现文本加密的程序
- 2022-02-25 12:00:07下载
- 积分:1
-
AES和DES加密算法,提供了两个函数可以AES或D。
Aes和DES加密算法,提供了两个函数可以进行AES或DES加密算法-AEs and the DES encryption algorithm, provides the two functions can be AES or DES encryption algorithm
- 2022-02-20 07:01:56下载
- 积分: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
-
ENIGMA3模拟WW II加密算法(含EXE文件)
ENIGMA3模拟WW II加密算法(含EXE文件)-ENIGMA3 simulation WW II Encryption Algorithm (including EXE)
- 2023-08-20 15:35:03下载
- 积分:1
-
MD5 加密算法 Delphi 源码。 编译为dll文件,方便其他语言的系统调用...
MD5 加密算法 Delphi 源码。 编译为dll文件,方便其他语言的系统调用-MD5 encryption algorithm Delphi source. Dll file to compile and facilitate language system calls
- 2022-03-19 06:58:45下载
- 积分:1