This file is indexed.

/usr/share/doc/libcrypt-ciphersaber-perl/README is in libcrypt-ciphersaber-perl 0.61-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Crypt::CipherSaber
------------------

version 0.60
released 7 April 2001

Crypt::CipherSaber is a Perl module providing an object oriented interface to
CipherSaber-1 and CipherSaber-2 encryption.  See the POD for further details on
use.  See http://ciphersaber.gurus.com for more information about CipherSaber.

After unpacking the tarball, to install this module type:

	perl Makefile.PL
	make
	make test
	make install

The encryption itself is simple, relatively fast, and fairly secure.  It uses a
shared secret system, and is suitable even for binary files.  It should run
without modification anywhere Perl runs.

Prerequisites:				none
Recent changes:				
	- works on Perl 5.004 and later (0.60)
	- supports filehandle-to-filehandle encryption and decryption (0.60)

Enhancements/plans:			

 * built-in support for a better randomization scheme?
 * support changing keys in an object rather than creating a new one?

copyright (c) 2001 chromatic (chromatic@wgz.org), all rights reserved.
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.