1Crypt::CipherSaber
2------------------
3
4version 1.00 Wed Jul 13 01:37:53 UTC 2005
5
6Crypt::CipherSaber is a Perl module providing an object oriented interface to
7CipherSaber-1 and CipherSaber-2 encryption.  See the POD for further details on
8use.  See http://ciphersaber.gurus.com for more information about CipherSaber.
9
10After unpacking the tarball, to install this module type:
11
12    $ perl Build.PL
13    $ ./Build
14    $ ./Build test
15    # ./Build install
16
17You can also use the Makefile.PL, but I don't.
18
19The encryption itself is simple, relatively fast, and fairly secure.  It uses a
20shared secret system, and is suitable even for binary files.  It should run
21without modification anywhere Perl runs.  This ought to work as far back as
22Perl 5.004, so please let me know how it does.
23
24Prerequisites:                Scalar::Util
25Test requirements:            Test::More, Test::Warn
26
27Potential enhancements and plans:
28
29 * built-in support for a better randomization scheme?
30 * support changing keys in an object rather than creating a new one?
31
32Copyright (c) 2001, 2005 chromatic (chromatic at wgz dot org), all rights
33reserved.  This program is free software; you can use, modify, and redistribute
34it under the same terms as Perl 5.8.x itself.
35