dams / poe-wheel-gnupg
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Damien Krotkine (author)
Sun May 24 12:18:57 -0700 2009
commit 8ce83ba4a1c019f54b227cab4db90c33f7c6a75d
tree 3eafb45c463232107dc5164b7923b5a3fc329d2e
parent 2be99394622ff457c2738c9165f260940d506efb
tree 3eafb45c463232107dc5164b7923b5a3fc329d2e
parent 2be99394622ff457c2738c9165f260940d506efb
README
NAME
POE-Wheel-GnuPG - a GnuPG interface for POE
DESCRIPTION
POE-Wheel-GnuPG provides a GPG interface to your POE Session. Its main
benefits are that it allows asynchronous encryption and decryption, and allow
you to encrypt or decrypt on the fly, without having to store data in a file,
even when the data is huge.
I recommend using this module :
- when you use POE and want to use GPG.
- for security reason, when you have huge data to decrypt and you don't want
it to be stored in a file
POE-Wheel-GnuPG inherits from GnuPG::Interface, and uses it for GPG actions.
POE-Wheel-GnuPG has a different constructor, but appart from that, you can use
POE-Wheel-GnuPG as you would use GnuPG::Interface, except for the POE signals
of course. See POE-Wheel-GnuPG POD for more information
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
POE
GnuPG::Interface
parent
IO::Handle
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc POE-Wheel-GnuPG
You can also look for information at:
Search CPAN
http://search.cpan.org/dist/POE-Wheel-GnuPG
CPAN Request Tracker:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=POE-Wheel-GnuPG
AnnoCPAN, annotated CPAN documentation:
http://annocpan.org/dist/POE-Wheel-GnuPG
CPAN Ratings:
http://cpanratings.perl.org/d/POE-Wheel-GnuPG
COPYRIGHT AND LICENCE
Copyright (C) 2009, Damien "dams" Krotkine <dams@cpan.org>
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

