Tie-EncryptedHash
view release on metacpan or search on metacpan
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Tie-EncryptedHash
version: 1.24
version_from:
installdirs: site
requires:
Crypt::Blowfish: 0
Crypt::CBC: 0
Crypt::DES: 0
distribution_type: module
generated_by: ExtUtils::MakeMaker version 6.30
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Tie::EncryptedHash',
VERSION => '1.24',
PREREQ_PM => { 'Crypt::CBC' => 0,
'Crypt::Blowfish' => 0,
'Crypt::DES' => 0,
}
);
README.html view on Meta::CPAN
serialize the encrypted hash with Data::Dumper, store the result on disk or
send it over the wire to another machine. Later, when the sensitive data is
required, procure the EncryptedHash, set the password and accesses the
encrypted data fields.</p>
<p>
</p>
<hr />
<h1><a name="see_also">SEE ALSO</a></h1>
<p>Data::Dumper(3),
Crypt::CBC(3),
Crypt::DES(3),
Crypt::Blowfish(3),
Tie::SecureHash(3)</p>
<p>
</p>
<hr />
<h1><a name="acknowledgements">ACKNOWLEDGEMENTS</a></h1>
<p>The framework of Tie::EncryptedHash derives heavily from Damian Conway's
Tie::SecureHash. Objects that are blessed as well as tied are just one of
the pleasant side-effects of stealing Damian's code. Thanks to Damian for
this brilliant module.</p>
lib/Tie/EncryptedHash.pm view on Meta::CPAN
populate Tie::EncryptedHash with sensitive data, delete the password,
serialize the encrypted hash with Data::Dumper, store the result on disk or
send it over the wire to another machine. Later, when the sensitive data is
required, procure the EncryptedHash, set the password and accesses the
encrypted data fields.
=head1 SEE ALSO
Data::Dumper(3),
Crypt::CBC(3),
Crypt::DES(3),
Crypt::Blowfish(3),
Tie::SecureHash(3)
=head1 ACKNOWLEDGEMENTS
The framework of Tie::EncryptedHash derives heavily from Damian Conway's
Tie::SecureHash. Objects that are blessed as well as tied are just one of
the pleasant side-effects of stealing Damian's code. Thanks to Damian for
this brilliant module.
( run in 0.303 second using v1.01-cache-2.11-cpan-9a3d99fc6dc )