Convert::PEM::CBC

Convert::PEM::CBC is a Perl module for Cipher Block Chaining Mode implementation.
Download

Convert::PEM::CBC Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Convert::PEM Team
  • Publisher web site:
  • http://search.cpan.org/~btrott/Convert-PEM-0.07/lib/Convert/PEM/CBC.pm

Convert::PEM::CBC Tags


Convert::PEM::CBC Description

Convert::PEM::CBC is a Perl module for Cipher Block Chaining Mode implementation. Convert::PEM::CBC is a Perl module for Cipher Block Chaining Mode implementation.SYNOPSIS use Convert::PEM::CBC; my $cbc = Convert::PEM::CBC->new( Cipher => 'Crypt::DES_EDE3', Passphrase => 'foo' ); $cbc->encrypt($plaintext);Convert::PEM::CBC implements the CBC (Cipher Block Chaining) mode for encryption/decryption ciphers; the CBC is designed for compatability with OpenSSL and may not be compatible with other implementations (such as SSH). Requirements: · Perl


Convert::PEM::CBC Related Software