~ubuntu-branches/ubuntu/maverick/ciphersaber/maverick

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Jerome Marant
  • Date: 2002-03-27 07:23:42 UTC
  • Revision ID: james.westby@ubuntu.com-20020327072342-zcvplihmsszct2ok
Tags: upstream-0.60
ImportĀ upstreamĀ versionĀ 0.60

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Crypt::CipherSaber
 
2
------------------
 
3
 
 
4
version 0.60
 
5
released 7 April 2001
 
6
 
 
7
Crypt::CipherSaber is a Perl module providing an object oriented interface to
 
8
CipherSaber-1 and CipherSaber-2 encryption.  See the POD for further details on
 
9
use.  See http://ciphersaber.gurus.com for more information about CipherSaber.
 
10
 
 
11
After unpacking the tarball, to install this module type:
 
12
 
 
13
        perl Makefile.PL
 
14
        make
 
15
        make test
 
16
        make install
 
17
 
 
18
The encryption itself is simple, relatively fast, and fairly secure.  It uses a
 
19
shared secret system, and is suitable even for binary files.  It should run
 
20
without modification anywhere Perl runs.
 
21
 
 
22
Prerequisites:                          none
 
23
Recent changes:                         
 
24
        - works on Perl 5.004 and later (0.60)
 
25
        - supports filehandle-to-filehandle encryption and decryption (0.60)
 
26
 
 
27
Enhancements/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
 
 
32
copyright (c) 2001 chromatic (chromatic@wgz.org), all rights reserved.
 
33
This program is free software; you can redistribute it and/or modify it under
 
34
the same terms as Perl itself.