-
代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
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
-
用vb实现的文本加密算法
用vb实现的文本加密算法-used to achieve the text encryption algorithm
- 2022-05-16 15:07:03下载
- 积分:1
-
encryption algorithm used des documents small program with inside des encryption...
用des算法加密文件的小程序,里面带有des算法和加密的程序,用vc编写-encryption algorithm used des documents small program with inside des encryption algorithm and the procedures used to prepare vc
- 2022-06-19 05:37:45下载
- 积分:1
-
md5 encryption function running under iis Usage: 1: page 2 of the document cont...
md5的加密函数 iis下运行;
用法:
1:页面包含该文件
2:调用方法MD5(sMessage,stype)
例dim md_=md5("admin",32)
*注:最高32位。-md5 encryption function running under iis Usage: 1: page 2 of the document contains: call method MD5 (sMessage, stype) were dim md_ = md5 ( " admin" , 32)* Note: maximum 32.
- 2022-09-28 18:40:03下载
- 积分:1
-
NSEA algorithm on a small program
关于NSEA算法的一个小程序-NSEA algorithm on a small program
- 2022-02-01 18:17:53下载
- 积分:1
-
采用bin加密的经典算法。
采用bin加密的经典算法。-bin encryption using the classical algorithm.
- 2022-12-06 17:10:03下载
- 积分:1
-
C的原代码,可以参考的.用一定的下在价值
C的原代码,可以参考的.用一定的下在价值-the original C code can reference. With a certain value in the next
- 2023-02-20 19:35:03下载
- 积分:1
-
如何对一个已有字符串加密
如何对一个已有字符串加密-how to have a string encryption
- 2023-01-09 09:30:04下载
- 积分:1
-
DES的实现,平时上课的实验,供大家参考。
DES的实现,平时上课的实验,供大家参考。-DES implementation, usually in class experiments, for your reference.
- 2022-08-08 06:20:14下载
- 积分:1
-
Data encryption algorithm, a very good Dongdong, a try to know.
数据加密算法,很好的东东,下了试试看就知道了。-Data encryption algorithm, a very good Dongdong, a try to know.
- 2023-01-12 07:25:04下载
- 积分:1