-
PE程序加密壳源程序
PE程序加密壳源程序 -PE procedure encryption shell source program
- 2022-04-22 17:32:41下载
- 积分:1
-
sha1摘要算法 简单易懂 测试已通过 将文件进行散列加密处理
sha1摘要算法 简单易懂 测试已通过 将文件进行散列加密处理-sha1 digest algorithm simple test has been passed to deal with file hash encryption
- 2023-06-29 18:35:03下载
- 积分: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
-
得到大素数的算法的Pascal源码
得到大素数的算法的Pascal源码 - Obtains the big prime number the algorithm Pascal source code
- 2022-10-18 00:15:03下载
- 积分:1
-
使用Windows加密API的例子
使用Windows加密API的例子-Example for using windows api of encrypting
- 2022-03-12 20:43:50下载
- 积分:1
-
一个用各种加密算法给文件加密的Delphi例子。为了减小文件size把执行文件去掉了。D7下编译。...
一个用各种加密算法给文件加密的Delphi例子。为了减小文件size把执行文件去掉了。D7下编译。-A full example that encript a file with many motheds.You should sompile it under D7.
- 2022-02-05 03:48:24下载
- 积分: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
-
这个是IDEA加密算法的源代码(C语言版本)
这个是IDEA加密算法的源代码(C语言版本)-This is the IDEA encryption algorithm source code (C language version)
- 2022-08-19 12:57:06下载
- 积分:1
-
VB source code of MD5 algorithm is the MD5 algorithm for VB source code of MD5 a...
VB的MD5算法源码 VB的MD5算法源码-VB source code of MD5 algorithm is the MD5 algorithm for VB source code of MD5 algorithm for VB source code
- 2022-05-26 03:10:41下载
- 积分:1
-
绝好的文件分割器.
绝好的文件分割器.-excellent paper dividers.
- 2022-03-25 05:13:46下载
- 积分:1