home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / FileVault_2107143242008.psc / @PSC_ReadMe_70251_1.txt
Text File  |  2008-03-24  |  2KB  |  11 lines

  1. Title: FileVault - Using NTFS Alternate Data Streams
  2. Description: UPDATE: Fixed a few minor bugs, and added the ability to import any changes the user may have made to a file back into the vault.
  3. UPDATE: I have updated the code to implement AES encryption (John Korejwa), and Secure Document Shredder(Steppenwolfe). Fixed a major bug that I was unaware of until I did the update. All file types should be launchable now from within the program. 
  4. This code demonstrates how to use alternate data streams (ADS) to store programs, files, etc, within another file. There are three projects included in the zip. One is used to View the VaultFiles, one is a blank VaultFile, and the other is used to cleanup tempfiles created when opening a file. Compile all three to the same directory. Launch either FileVaultViewer or VaultFile and the rest should be explained as you go. I have taken extra care to thoroughly comment the code so it should be understandable by coders of any experience level. (Just make sure you understand Alternate Data Streams first.) Feedback would be much appreciated.
  5. Much of the information used to create this was obtained from the site http://www.infosecwriters.com/texts.php?op=display&id=53
  6. Also, I used Ion Alex Ionescu's project (located at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=47299&lngWId=1) for debugging purposes.
  7. This file came from Planet-Source-Code.com...the home millions of lines of source code
  8. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=70251&lngWId=1
  9.  
  10. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  11.