head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.10.24.09.10.49;	author dougb;	state Exp;
branches;
next	1.2;

1.2
date	2005.09.21.19.35.44;	author fenner;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.03.09.21.41;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.3
log
@The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
@
text
@Crypt::xDBM_File encrypts/decrypts the data in a gdbm,ndbm,sdbm (and 
maybe even berkeleyDB, but I didn't test that) file. It gets tied to a 
hash and you just access the hash like normal. The crypt function can 
be any of the CPAN modules that use encrypt, decrypt, keysize, blocksize 
(so Crypt::IDEA, Crypt::DES, Crypt::Blowfish, ... should all work)

***IMPORTANT*** Encryption keys (the key you pass in on the tie line) 
will be padded or truncated to fit the keysize(). Data (the key/values of 
the hash) is padded to fill complete blocks of blocksize(). 

The padding is stripped before being returned to the user so you shouldn't 
need to worry about it (except truncated keys). Read the doc that comes 
with crypt function to get an idea of what these sizes are. If keysize 
or blocksize returns a zero the default is set to 8 bytes (64 bits).

Author:	Eric Estabrooks <eric@@urbanrage.com>
WWW:	http://search.cpan.org/dist/Crypt-xDBM_File/
@


1.2
log
@search.cpan.org redirect reduction canonicalization project, pass 2:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.

This pass brought to you by loving, painstaking hand editing.
@
text
@d16 1
a17 2

Author:	Eric Estabrooks <eric@@urbanrage.com>
@


1.1
log
@Add p5-Crypt-xDBM_File 1.01,
perl module encrypt almost any kind of
dbm file.

PR:		60709
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d16 1
a16 1
WWW:	http://search.cpan.org/~eestabroo/Crypt-xDBM_File/
@

