        -+-  XORTool v2.2 *  Copyright (C)  DARKER (SCF) 2oo7  -+-
        ==========================================================

Description
===========
This application can do some basic  XOR, ADD, SUB and ROR/L calculation,
crypt files with these algorithms, search for crypted string inside file
(for code with 1 char length) or analyze file for byte occurrence.

How to use it
=============
Program has four parts:

1) Basic XOR, ADD, SUB and ROR/L calculator. You can play with  chars or
   with hex numbers.

2) Code file.  Here you can see first  64 bytes  and  real time  preview
   (crypted) when you write password.  After coding is created  new file
   with the same name but with ".cod" appended to the end.

3) Search coded string in file.  Program search input string  coded with
   unknown password (1 char length).  You get a result list with address
   and  magic code  value.  After selecting some result  you get decoded
   preview from file.

4) Analyze file.  It calculate byte occurrence in file and display it on
   the screen. You can sort, save or copy output to clipboard.


Visit  http://progress-tools.110mb.com  for more information or updates.
If you have some ideas, comments, improvements or  you find some bug you
can mail to me at  darker@inmail.sk.

System requirements
===================
For run you need VB6 runtime  MSVBVM60.DLL,  COMDLG32.OCX  but i am sure
you already  have it  or you can download it from web.

History
=======
2.2 - [25.11.2007] - Krtko Release
+ Analyze file (byte occurrence)
+ Crypt file with other file (as key)
+ Minimize buttons
* Fixed closing subwindows with standard "Close" button
* Fixed string problem with zero char inside

2.1 - [01.11.2007] - Halloween Release
* Totally whole application rewritten
+ Support for SUB coding
+ Support for ROR/L coding

2.0 - [19.09.2001] - First public Release
* Some code rewritten
* Design changes
+ Add progress bar
+ EN language

1.9 - [02.10.2000]
+ Removed boxes for chars
+ New Design
+ Hex input support
+ Support for ADD coding
+ Search code in file

1.8 - [16.09.1999]
+ Clear buttons
+ Improved file xor screen
