                             XORCrypt v2.1

  In this file you will find a list of new features, a short description
of each program, and installation instructions.


NEWS
----------------------------------
----------------------------------
With this release, the following features have been added:
  The "-s <size>" option has been added
  The uninstaller is now a seperate program called XORUninstall
  A couple of bug fixes


DESCRIPTION
----------------------------------
----------------------------------
  XORCrypt is a one-time-pad encryption suite. It includes the following
programs:
    XORCreateKey
    XORFakeKey
    XOREnrypt
    XOREncryptt
    XORSplit
    XORUninstall

  XORCreateKey: Creates keys which can be used to encrypt and decrypt
    files.
  XORFakeKey: Takes genuine keys, the encrypted file, and an alternative
    file as arguments to create a fake key. When the fake key and the
    encrypted file are passed to XORDecrypt, it will decrypt to the
    fake file instead of the real file.
  XOREnrypt: Encrypts a file with keys generated by XORCreateKey. Once
    the file has been encrypted, it is indistinguishable from random noise.
  XORDecrypt: Decrypts a file encrypted with XOREncrypt.
  XORSplit: Splits a file into two or more files. Output files are
    indistinguishable from random noise. Once a file has been split,
    you can use XORSplit or XORDecrypt to combine the files.
  XORUninstall: Just in case you want to uninstall XORCrypt :^)


INSTALLATION
----------------------------------
----------------------------------
  Use the following commands to...

  Install:
    ./start install

  Upgrade:
    ./start upgrade


  After you have finished installing XORCrypt, read XORCrypt(7) for
an introduction of each of the commands (then you can continue onto the
manual pages for each command for more detailed information). Also read
XORFakeKey(1) for instructions on how to create a fake key which will
decrypt your encrypted message into something completely different.

  If you have any ideas for improvements or you need more help,  feel
free to send me an email.

Ramsey G. Brenner
rgbrenner@myrealbox.com
http://rgbrenner.cjb.net/
