-
代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
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
-
Verilog写的 CRC 编码
Verilog写的 CRC 编码-CRC code written in Verilog
- 2022-06-18 19:05:04下载
- 积分:1
-
RC2 algorithm source code
RC2算法源代码-RC2 algorithm source code
- 2022-03-10 06:24:41下载
- 积分:1
-
今天我们学习了des对称加密算法这是一个des算法的C++实现
今天我们学习了des对称加密算法这是一个des算法的C++实现-This is a des !
- 2022-07-07 04:59:31下载
- 积分:1
-
SS7消息的格式和代码是ITU 2
ITU SS7 AIF message format and codes part 2
- 2022-03-10 14:44:58下载
- 积分:1
-
DES算法实现过程分析 之 C
DES算法实现过程分析 之 C-DES algorithm process analysis C
- 2022-03-19 03:36:40下载
- 积分:1
-
Altangerel时间限制控件。(源代码,需注册)价格:$35。工作在:D4。作者:Altangerel...
Altangerel时间限制控件。(源代码,需注册)价格:$35。工作在:D4。作者:Altangerel-Altangerel time limit control. (Source code, to be registered) Price: $ 35. Working in: D4. Author: Altangerel
- 2023-05-28 16:20:03下载
- 积分:1
-
完整的EVRC压缩解压缩算法源码,一个简单的例子…
完整的EVRC压缩解压缩算法源码,附带一个简单的例子程序。-EVRC complete source compression decompression algorithms, with a simple example program.
- 2023-03-02 06:25:03下载
- 积分:1
-
DES算法源代码,这是自己书写的源代码,里面采用了非常多的技巧来提高编解码的效率,研究算法和源码的朋友们,我书写的这个代码可以作为你们很好的参考。...
大连110指挥界面,用vc做的,但是的需要数据库支持,界面部分功能需要数据库支持-command interface using vc done, but the need for database support, the functional interface need database support
- 2022-02-03 02:47:07下载
- 积分:1
-
microsoft2007的下载密匙。用它来安装。否则无法安装microsoft2007
microsoft2007的下载密匙。用它来安装。否则无法安装microsoft2007-Key microsoft2007 download. Use it to install. Otherwise it is impossible to install microsoft2007
- 2022-10-05 18:40:02下载
- 积分:1