Package perl-Crypt-OpenPGP: Information

    Source package: perl-Crypt-OpenPGP
    Version: 1.03-alt3
    Build time:  Sep 18, 2008, 01:50 PM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: Pure-Perl OpenPGP-compatible PGP implementation
    Description: 
    *Crypt::OpenPGP* is a pure-Perl implementation of the OpenPGP
    standard[1]. In addition to support for the standard itself,
    *Crypt::OpenPGP* claims compatibility with many other PGP implementations,
    both those that support the standard and those that preceded it.
    
    *Crypt::OpenPGP* provides signing/verification, encryption/decryption,
    keyring management, and key-pair generation; in short it should provide
    you with everything you need to PGP-enable yourself. Alternatively it
    can be used as part of a larger system; for example, perhaps you have
    a web-form-to-email generator written in Perl, and you'd like to encrypt
    outgoing messages, because they contain sensitive information.
    *Crypt::OpenPGP* can be plugged into such a scenario, given your public
    key, and told to encrypt all messages; they will then be readable only
    by you.
    
    This module currently supports "RSA" and "DSA" for digital signatures,
    and "RSA" and "ElGamal" for encryption/decryption. It supports the
    symmetric ciphers "3DES", "Blowfish", "IDEA", "Twofish", "CAST5", and
    "Rijndael" ("AES"). "Rijndael" is supported for key sizes of 128,
    192, and 256 bits. *Crypt::OpenPGP* supports the digest algorithms
    "MD5", "SHA-1", and "RIPE-MD/160". And it supports "ZIP" and "Zlib"
    compression.

    List of rpms provided by this srpm:
    perl-Crypt-OpenPGP (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

    ACL:
    @qa_p5

      1. perl-Class-Loader
      2. perl-Compress-Zlib
      3. perl-Convert-ASCII-Armour
      4. perl-Crypt-Blowfish
      5. perl-Crypt-CAST5_PP
      6. perl-Crypt-CBC
      7. perl-Crypt-DES
      8. perl-Crypt-DES_EDE3
      9. perl-Crypt-DSA
      10. perl-Crypt-IDEA
      11. perl-Crypt-Primes
      12. perl-Crypt-RIPEMD160
      13. perl-Crypt-RSA
      14. perl-Crypt-Random
      15. perl-Crypt-Rijndael
      16. perl-Crypt-Twofish
      17. perl-Data-Buffer
      18. perl-Digest-SHA1
      19. perl-Math-BigInt
      20. perl-Math-Pari
      21. perl-Tie-EncryptedHash
      22. perl-URI
      23. perl-devel
      24. perl-libwww
      25. openssl

    Last changed


    Sept. 6, 2008 Vitaly Lipatov 1.03-alt3
    - fix directory ownership violation
    Jan. 23, 2007 Vitaly Lipatov 1.03-alt2
    - cleanup spec
    Aug. 27, 2005 Vitaly Lipatov 1.03-alt1
    - first build for ALT Linux Sisyphus