-
代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
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
-
含有rc2、rc4、rc5、rc6算法的rc算法集合
含有rc2、rc4、rc5、rc6算法的rc算法集合- Includes rc2, rc4, rc5, rc6 the algorithm rc algorithm gathers
- 2022-02-06 05:29:31下载
- 积分:1
-
rc5 c语言源代码。可修改性强。适合学习调试使用~
rc5 c语言源代码。可修改性强。适合学习调试使用~-rc5 c language source code. May amend the strong. Study for debugging use ~
- 2023-03-22 19:15:03下载
- 积分:1
-
这些代码告诉你如何从一个密码编辑框中找出密码
这些代码告诉你如何从一个密码编辑框中找出密码-code to tell you how to edit a password box to find passwords
- 2023-03-13 08:50:04下载
- 积分:1
-
JAVA密码保护页面,可以保护你不让想看的人,设置简单
JAVA密码保护页面,可以保护你不让想看的人,设置简单-JAVA password-protected pages, and can protect you from those who want to set up a simple
- 2023-07-31 21:45:03下载
- 积分:1
-
这是一个加密文件的程序,
这是一个加密文件的程序,-This is a document encryption procedures,
- 2022-04-08 04:47:34下载
- 积分:1
-
VB文件(夹)保护(文件占坑) 带注释
打开System进程,复制文件句柄(在关机前有效)
使用OLE控件(用于拖放)等
含有VB无法捕获的错误处理(弹窗后退出)
支持命令行(你可以尝试把程序加入开机启动项)
注:误操作锁定文件(夹)后可以用Unlocker解锁;分类不知道选啥
- 2022-02-14 02:12:10下载
- 积分:1
-
DCPcrypt Cryptographic Component Library
DCPcrypt Cryptographic Component Library
- 2022-08-03 06:46:51下载
- 积分:1
-
一个伪随机数生成程序,简单实用,有需要的请下载
一个伪随机数生成程序,简单实用,有需要的请下载-A pseudo-random number generator, if necessary, please download the
- 2022-01-31 23:45:21下载
- 积分:1
-
encrypt image
加密数字图像的主要源码 加密数字图像的主要源码-encrypt image
- 2023-04-06 13:20:04下载
- 积分:1