Gantry::Utils::Crypt

Gantry::Utils::Crypt is an easy way to crypt and decrypt.
Download

Gantry::Utils::Crypt Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tim Keefer
  • Publisher web site:
  • http://search.cpan.org/~tkeefer/

Gantry::Utils::Crypt Tags


Gantry::Utils::Crypt Description

Gantry::Utils::Crypt is an easy way to crypt and decrypt. Gantry::Utils::Crypt is an easy way to crypt and decrypt.SYNOPSIS use Gantry::Utils::Crypt; my $crypt_obj = Gantry::Utils::Crypt->new ( { secret => 'my_secret_encryption_string' } ); my $encrypted_string = $crypt->encrypt( 'red', 'blue', 'green' ); my @decrypted_values = $crypt->decrypt( $encrypted_string );METHODSnew Standard constructor, call it first. Requires the following parameter secret # this is your super secret encryption keyencrypt( 'value' ) encrypts and returns the encrypted stringdecrypt( 'string' ) decrypts and returns the values Requirements: · Perl


Gantry::Utils::Crypt Related Software