Short:        rhc - a polymorphic cipher
Author:       Rupert Hausberger <natmeg@gmx.net>
Uploader:     Rupert Hausberger <natmeg gmx net>
Type:         util/crypt
Version:      1.0
Architecture: ppc-morphos

Description
===========
  Shell implemention of the polymorphic cipher (poly.dilp)
  from my DIL-project.

Features
========
  - 32768 bits
  - Fast

Requirements
============
  - MorphOS 1.x

Installation
============
  Copy the executable to C:

Usage
=====
  rhc does only work from a shell.

  C:rhc <password> <file>

  Examples
  --------
  - C:rhc "Rupert Hausberger" RAM:secret.txt
    Creates the output-file RAM:secret.txt.rhc

  - C:rhc "Rupert Hausberger" RAM:secret.txt.rhc
    Restores the orginal-file RAM:secret.txt

  WARNING: The target-file will be overwritten without prompt.

Author
======
  ©2005-2012 Rupert Hausberger <natmeg@gmx.net>
  http://natmeg.mooo.com/

License
=======
  GPL. Please refer to the file COPYING for details.

History
=======
  Please refer to the file ChangeLog for details.

