Short:        CipherSaber, RC-4 encryption program
Author:       xork@amiga.org (Kalle Raisanen)
Uploader:     xork amiga org (Kalle Raisanen)
Type:         util/cli
Version:      0.6
Architecture: m68k-amigaos


         CipherSaber v0.6

CipherSaber encrypts files using the RC4 encryption algorithm; specifically the CipherSaber 
variant of RC4.      
	For more info on the CipherSaber algorithm see <http://ciphersaber.gurus.com/>.
	Visit my website, <http://xorksplace.port5.com/>, for MS-Windows, GNU/Linux and 
BeOS (x86) versions of CipherSaber.

Report any bugs to <xork@amiga.org>.   

         Installation

   * Unlha the archive..
   * Move the executable ('cs') to C: (or somewhere else in your path).
   * Done, Enjoy! 


        Using Ciphersaber

Syntax: cs [-OPTION]... <FILE>...

Where OPTION is one or more of:

  -d, --decrypt          Decrypt file, if not specified, the file will be encrypted.
  -e, --add-entropy      Add entropy. You get to type a bit, and CS gathers entropy from the
                         delays between your keystrokes. Only works when encrypting.
  -i, --ignore-errors    Ignore errors.
  -o, --to-stdout        Output to standard output. Only works when decrypting.
  -p, --same-passphrase  Use same passphrase for all files.
  -q, --quiet            Quiet mode, no error messages.
      --help             Output this message, and exit.
      --copyright        Output copyright info and exit.
      --version          Output version info and exit.

   
      Copyright Information
   
CipherSaber 0.6, Copyright (c) 2002 Kalle Raisanen.

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License 
   along with this program; if not, write to the Free Software
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.