-
微软cryptapi文档
微软cryptapi文档-Microsoft cryptapi document
- 2022-03-19 16:02:42下载
- 积分: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
-
TEA介绍及数据加密算法之程序代码
TEA介绍及数据加密算法之程序代码-TEA presentation and data encryption algorithm of the program code
- 2022-08-11 01:36:49下载
- 积分:1
-
ASP web
用ASP实现基于数据库的网页加密-ASP web-based database encryption
- 2023-09-07 03:00:03下载
- 积分:1
-
一个测试DES加密算法和测试程序
一个测试DES加密算法和测试程序-a test DES encryption algorithm and testing procedures
- 2023-06-01 22:05:04下载
- 积分:1
-
罗云彬的《Win32 汇编程序设计》随书源码光盘
汇编程序写的Hash校检程序,分享源码,支持SHA1和MD5两种,支持拉拽,支持剪切板的复制和比对,有进行条,自动计算耗时
(使用了不太精确的计时器),速度还是可以的,大概就这样。
- 2023-07-11 15:50:02下载
- 积分:1
-
des算法实现源码
des算法实现源码-des algorithm realization source code
- 2022-10-25 02:15:03下载
- 积分:1
-
CRC的算法分析和实现
CRC的算法分析和实现-CRC algorithm analysis and the realization
- 2022-04-15 17:38:11下载
- 积分:1
-
非常好的使用Delphi 进行数据压缩加密的资料,值得收藏!
非常好的使用Delphi 进行数据压缩加密的资料,值得收藏!- Extremely good use Delphi carries on the data compression
encryption the material, is worth collecting!
- 2022-10-29 00:00:04下载
- 积分:1
-
Base64编解码程序
Base64编解码程序-Base64 code/decode program
- 2023-03-31 10:15:04下载
- 积分:1