dams / poe-wheel-gnupg

Provides a GPG interface to your POE Session

This URL has Read+Write access

Damien Krotkine (author)
Sun May 24 12:18:57 -0700 2009
commit  8ce83ba4a1c019f54b227cab4db90c33f7c6a75d
tree    3eafb45c463232107dc5164b7923b5a3fc329d2e
parent  2be99394622ff457c2738c9165f260940d506efb
poe-wheel-gnupg / README
100644 65 lines (42 sloc) 1.738 kb
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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.