Crypt32                                 September 12, 2000
Version 1.0.1                                    19:23 EST
Coded by comrade

==========================================================
Fixes                     12/09/2000 19:20 (version 1.0.1)
 * Optimized the crypting  routine  itself.  Warning:  the
   files crypted with  this  new  version  of Crypt32 will
   be slightly incompatible  with  the old version. Please
   take necessary precautions  and  decrypt the files with
   the old version of Crypt32  before encrypting them with
   the new version. I am sorry  for any inconvenience this
   might have caused.
 * Fixed a few partial register stalls.
 * Added a nice icon (increased executable size).
 * This time I did not realign the file, so it should be
   able to work on any Win32 system.
==========================================================
This is a quite fast  implementation  of  simple 8-bit xor
encryption on files for  the  Win32 platform. Actually, it
so fast, it took less than  a  second to crypt a 15MB file
on my Pentium II 266Mhz processor.
The program  works  by  loading  the  whole  file into the
memory, crypting it, and then writing it back to the file.
I believe this cryptor  will  not  perform as great on big
files and systems  with  little  RAM.  For myself, its the
fastest and  the  smallest  (4,096 byte executable)  8-bit
file cryptor I have ever seen.
==========================================================
This program  comes  with  absolutely  no  warranty of any
kind. Use this program solely  at your risk. The author of
this  program  will  not  be   held  responsible  for  any
damages caused by this program.
==========================================================
  E-mail: comrade2k@hotmail.com
Homepage: http://comrade64.cjb.net/
     IRC: #coders on EFnet
==========================================================