• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Crypt/H23-May-2015-276118

t/H03-May-2022-275192

Build.PLH A D23-May-2015602 2421

ChangesH A D23-May-20151.1 KiB3829

MANIFESTH A D23-May-2015196 1817

META.jsonH A D23-May-20151 KiB4847

META.ymlH A D23-May-2015638 2625

Makefile.PLH A D23-May-2015446 1715

READMEH A D23-May-20151.2 KiB3524

README

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