Update editors/libreoffice-brx to version 4.3.2
[dports.git] / security / p5-Crypt-OpenPGP / pkg-descr
1 Crypt::OpenPGP is a pure-Perl implementation of the OpenPGP standard[1].
2 In addition to support for the standard itself, Crypt::OpenPGP claims
3 compatibility with many other PGP implementations, both those that
4 support the standard and those that preceded it.
5
6 Crypt::OpenPGP provides signing/verification, encryption/decryption,
7 keyring management, and key-pair generation; in short it should provide
8 you with everything you need to PGP-enable yourself. Alternatively it can
9 be used as part of a larger system; for example, perhaps you have a
10 web-form-to-email generator written in Perl, and you'd like to encrypt
11 outgoing messages, because they contain sensitive information.
12 Crypt::OpenPGP can be plugged into such a scenario, given your public
13 key, and told to encrypt all messages; they will then be readable only by
14 you.
15
16 This module currently supports RSA and DSA for digital signatures, and
17 RSA and ElGamal for encryption/decryption. It supports the symmetric
18 ciphers 3DES, Blowfish, IDEA, Twofish, and Rijndael (AES). Rijndael is
19 supported for key sizes of 128, 192, and 256 bits. Crypt::OpenPGP
20 supports the digest algorithms MD5, SHA-1, and RIPE-MD/160. And it
21 supports ZIP and Zlib compression.
22
23 WWW: http://search.cpan.org/dist/Crypt-OpenPGP/