-
代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
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
-
With c++ Achieve affine password, I was DevC++ In running, it should be in Visua...
用c++实现仿射密码,我是在DevC++中跑的,应该在VisualC++中也行-With c++ Achieve affine password, I was DevC++ In running, it should be in VisualC++ Also line
- 2022-08-02 19:19:58下载
- 积分:1
-
椭圆曲线Elliptic Curve)加密算法(
椭圆曲线Elliptic Curve)加密算法(-Elliptic Curve Elliptic Curve) encryption algorithm (
- 2023-04-18 23:25:03下载
- 积分:1
-
一个用ATL开发的Base64编码控件,使用简单,用EnCode64(str)编码,EnCode64(str)解码,属性EnCode存放源码,属性DeCode存...
一个用ATL开发的Base64编码控件,使用简单,用EnCode64(str)编码,EnCode64(str)解码,属性EnCode存放源码,属性DeCode存放Base64码,开发平台:VC.Net- The Base64 code which develops with ATL controls, the use is
simple, (str) codes with EnCode64, EnCode64 (str) decodes, the
attribute EnCode depositing source code, attribute DeCode deposits the
Base64 code, develops the platform: VC.Net
- 2022-06-28 10:38:18下载
- 积分:1
-
循环异或
循环异或-XOR cycle
- 2022-07-11 18:42:02下载
- 积分:1
-
基于RSA的数字签名实现,用VC++模拟实现RSA数字签名过程。
基于RSA的数字签名实现,用VC++模拟实现RSA数字签名过程。-RSA-based digital signature implementation, using VC++ simulation of the process of realization of RSA digital signature.
- 2022-01-31 22:15:48下载
- 积分:1
-
AES加密源代码实例
AES加密源程序示例-AES encryption source code examples
- 2022-01-26 00:29:39下载
- 积分: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
-
一个用VB写的壳!
一个用VB写的壳!-write a VB shells!
- 2022-09-03 08:05:03下载
- 积分:1
-
DES
DES加密算法,可实现DES加密和DES解密(DES)
- 2009-06-22 08:50:41下载
- 积分:1