Crypt::GCrypt

Crypt::GCrypt is a Perl interface to the GNU Cryptographic library.
Download

Crypt::GCrypt Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alessandro Ranellucci
  • Publisher web site:
  • http://search.cpan.org/~aar/Crypt-GCrypt-1.20/GCrypt.pm

Crypt::GCrypt Tags


Crypt::GCrypt Description

Crypt::GCrypt is a Perl interface to the GNU Cryptographic library. Crypt::GCrypt is a Perl interface to the GNU Cryptographic library.SYNOPSIS use Crypt::GCrypt; $cipher = Crypt::GCrypt->new( type => 'cipher', algorithm => 'aes', mode => 'cbc' ); $cipher->start('encrypting'); $cipher->setkey('my secret key'); $cipher->setiv('my init vector'); $ciphertext = $cipher->encrypt('plaintext'); $ciphertext .= $cipher->finish; $plaintext = $cipher->decrypt($ciphertext); $plaintext .= $cipher->finish;ABSTRACTCrypt::GCrypt provides an object interface to the C libgcrypt library. It currently supports symmetric encryption/decryption, while asymmetric cryptography is being worked on. Requirements: · Perl


Crypt::GCrypt Related Software