-
代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
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 c加密算法源码,希望对大家有所帮助。
tea c加密算法源码,希望对大家有所帮助。-tea c encryption algorithm source code, and they hope to be helpful to everyone.
- 2022-01-28 21:54:08下载
- 积分:1
-
防止用DeDe软件反编译delphi程序
防止用DeDe软件反编译delphi程序-preventing anti-software compiler delphi procedures
- 2022-02-06 00:02:28下载
- 积分:1
-
RSA public key encryption, using C to achieve, we can refer to
RSA公钥加密,用C实现,大家可以参考一下-RSA public key encryption, using C to achieve, we can refer to
- 2022-01-26 02:48:37下载
- 积分:1
-
基于 RSA 密码
基于 RSA 密码,我写在 C# 语言中。本软件为越南人的。With 这个软件,you 可以加密和解密文本与 p,q 汽车或者你可以选择 p,q 随机。
- 2023-04-26 00:55:02下载
- 积分:1
-
MD5加密算法得VisualC++6.0源程序,直接调用里面的函数即可
MD5加密算法得VisualC++6.0源程序,直接调用里面的函数即可-MD5 Encryption Algorithm in Visual C++ 6.0 source code, direct calls to the function can be
- 2022-10-27 15:05:04下载
- 积分:1
-
关于mpc85XX sec驱动 sec版本为2.0.支持多种加密算法
关于mpc85XX sec驱动 sec版本为2.0.支持多种加密算法-Mpc85XX sec on the sec-driven version 2.0. To support a variety of encryption algorithms
- 2023-06-25 00:15:03下载
- 积分:1
-
操作系统中关于哈明威码的C++实现程序
使用工具:Visual Studio 6.0...
操作系统中关于哈明威码的C++实现程序
使用工具:Visual Studio 6.0-Hemingwei operating system on the C code to achieve the procedures for the use tools : Visual Studio 6.0
- 2023-04-02 21:35:04下载
- 积分:1
-
一个利用C语言来实现加密算法之DES算法的源码。
一个利用C语言来实现加密算法之DES算法的源码。-A source program of DES arithmetic using C .
- 2022-09-07 03:55:03下载
- 积分:1
-
加密算法之一加密算法a
加密算法之一加密算法a-encryption algorithm encryption algorithm a
- 2022-05-26 18:24:47下载
- 积分:1