-
代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
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
-
加密crypto dll 5.1 des 3des
åŠ å¯†crypto dll 5.1 des 3des-Encryption crypto dll 5.1 des 3des
- 2022-01-30 19:42:27下载
- 积分:1
-
right ORCLE database protection, and highly functional, encryption, access, dele...
对ORCLE数据库进行保护,具有很强的功能,有加密,访问,删除,等保护功能-right ORCLE database protection, and highly functional, encryption, access, deletion, such as the protection function
- 2022-10-22 18:15:03下载
- 积分:1
-
著名的解Unix密码的源程序
著名的解Unix密码的源程序 -The source for cracking unix password
- 2022-08-09 18:11:09下载
- 积分:1
-
解zip(V1.1)文件密码的程序源码
解zip(V1.1)文件密码的程序源码- Solves zip (V1.1) the document password procedure source code
- 2023-01-25 12:50:03下载
- 积分:1
-
实现base64编码
实现BASE64编码-achieve BASE64 encoding
- 2022-01-28 00:55:13下载
- 积分:1
-
简单的加密算法 简单的加密算法 vb
简单的加密算法 简单的加密算法 vb-simple encryption algorithm is simple encryption algorithm vb
- 2022-02-03 22:09:44下载
- 积分:1
-
用于实现SHA1加密算法,一个标准化的格式,STA…
用java实现的sha1加密算法,格式非常规范,标准的一个程序,注释很详细^_^-used to achieve the sha1 encryption algorithm, a very standardized format, a standard procedure, very detailed notes ^ _ ^
- 2023-02-01 16:25:03下载
- 积分:1
-
MD5算法的VC示例,非常 好!
MD5算法的VC示例,非常 好!-MD5 algorithm VC example, a very, very good!
- 2022-08-10 21:18:20下载
- 积分:1
-
MD5 HASH摘要算法,采用C语言开发
MD5 HASH摘要算法,采用C语言开发-MD5 HASH digest algorithm using C language development
- 2022-01-26 04:07:14下载
- 积分:1