-
文件加密的编译。
汇编加密文件一例。-compilation of case file encryption.
- 2022-01-25 18:12:47下载
- 积分:1
-
加密与解码
加密与解码--密码技术剖析与实战应用.zip-encryption and decryption-- Password Technology Analysis and real application. Zip
- 2023-05-21 15:50:03下载
- 积分:1
-
一个测试DES加密算法和测试程序
一个测试DES加密算法和测试程序-a test DES encryption algorithm and testing procedures
- 2023-06-01 22:05:04下载
- 积分:1
-
compact rapid text file encryption tool, using RC4 algorithm, support 256 charac...
小巧快速的加密文本文件的工具,采用RC4算法,支持256个字符长度的密码,-compact rapid text file encryption tool, using RC4 algorithm, support 256 characters in length of the password,
- 2022-06-30 12:15:51下载
- 积分:1
-
素数生成算法,用于生成公共密钥,CA分配公共密钥。
素数生成算法,用于生成公共密钥,CA分配公共密钥。-prime number generation algorithm used to generate the public key, CA public key distribution.
- 2022-05-29 08:55:30下载
- 积分:1
-
sha密码检验的示例 希望对大家有 帮助
sha密码检验的示例 希望对大家有 帮助-sha password test examples we hope to help
- 2023-07-25 10:45:03下载
- 积分:1
-
MD5算法之C#程序
MD5算法之C#程序-MD5 algorithm procedures on C#
- 2022-07-21 08:35:24下载
- 积分:1
-
vb中实现的md5
vb中实现的md5-vb achieve the md5
- 2023-01-25 12:05:04下载
- 积分: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
-
DNS安全系统
;
- 2022-01-25 16:30:33下载
- 积分:1