文件名称:Encrypt
介绍说明--下载内容来自于网络,使用问题请自行百度
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)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
To Code/
To Code/Application/
To Code/Application/EncryptApp.zip
To Code/Read Me.txt
To Code/Source/
To Code/Source/EncryptCode.zip
To Code/Application/
To Code/Application/EncryptApp.zip
To Code/Read Me.txt
To Code/Source/
To Code/Source/EncryptCode.zip
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.