NAME

Crypt::Simple - encrypt stuff simply

SYNOPSIS

use Crypt::Simple "maybe put a password here";

my $data = encrypt($stuff);

my $same_stuff = decrypt($data);

DESCRIPTION

This provides a simple way to encrypt stuff. The ciphertext is suitable for sticking in HTTP cookies or email headers since it is base-64 encoded.

AUTHOR

Marty Pauley <marty@kasei.com>

COPYRIGHT

Copyright (C) 2001  Kasei

This program is free software; you can redistribute it and/or modify it
under the terms of either:
a) the GNU General Public License;
   either version 2 of the License, or (at your option) any later version.
b) the Perl Artistic License.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.