Crypt::OFB

Crypt::OFB is a Perl module used to encrypt data using the OFB mode.
Download

Crypt::OFB Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kang-min Liu
  • Publisher web site:
  • http://search.cpan.org/~gugod/

Crypt::OFB Tags


Crypt::OFB Description

Crypt::OFB is a Perl module used to encrypt data using the OFB mode. Crypt::OFB is a Perl module used to encrypt data using the OFB mode.SYNOPSISUse Crypt::OFB OO style use Crypt::OFB; $crypt = Crypt::OFB->new; $crypt->padding(PADDING_AUTO); $crypt->cipher("Blowfish") || die $crypt->errstring; $crypt->key("some_key"); $enc = $crypt->encrypt("Some data."); print $crypt->decrypt($enc);This module is a Perl-only implementation of the OFB mode. It is a inheritance class of Crypt::ECB. Please read Crypt::ECB(3) for the default function description. Requirements: · Perl


Crypt::OFB Related Software