Crypt::Juniper

Encrypt/decrypt Juniper $9$ secrets
Download

Crypt::Juniper Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kevin Brintnall
  • Publisher web site:
  • http://search.cpan.org/~kbrint/Crypt-Juniper-0.02/lib/Crypt/Juniper.pm

Crypt::Juniper Tags


Crypt::Juniper Description

Encrypt/decrypt Juniper $9$ secrets Crypt::Juniper is a Perl module to encrypt/decrypt Juniper $9$ secrets.SYNOPSIS use Crypt::Juniper; my $secret = juniper_decrypt('$9$LbHX-wg4Z'); ## $secret="lc"; my $crypt = juniper_encrypt('lc'); ## encrypt itEXPORTED FUNCTIONSjuniper_decrypt($crypt)Decrypt the string $crypt, returning the corresponding plain-text. Input string must be of the format "$9$blahblah". This function will die() if there any processing errors.juniper_encrypt($secret)Encrypt the plain text $secret, returning a result suitable for inclusion in a Juniper configuration. Requirements: · Perl


Crypt::Juniper Related Software