Crypt::GpgME

Crypt::GpgME is a Perl interface to libgpgme.
Download

Crypt::GpgME Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Florian Ragwitz
  • Publisher web site:
  • http://search.cpan.org/~flora/

Crypt::GpgME Tags


Crypt::GpgME Description

Crypt::GpgME is a Perl interface to libgpgme. Crypt::GpgME is a Perl interface to libgpgme.SYNOPSIS use IO::File; use Crypt::GpgME; my $ctx = Crypt::GpgME->new; $ctx->set_passphrase_cb(sub { 'abc' }); my $signed = $ctx->sign( IO::File->new('some_file', 'r') ); print while < $signed >; Requirements: · Perl


Crypt::GpgME Related Software