GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Crypt::Juniper(3) User Contributed Perl Documentation Crypt::Juniper(3)

Crypt::Juniper - Encrypt/decrypt Juniper $9$ secrets

Version 0.02

    use Crypt::Juniper;
    my $secret = juniper_decrypt('$9$LbHX-wg4Z');  ## $secret="lc";
    my $crypt = juniper_encrypt('lc');             ## encrypt it

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.

Encrypt the plain text $secret, returning a result suitable for inclusion in a Juniper configuration.

kevin brintnall, "<kbrint at rufus.net>"

Copyright 2008 kevin brintnall, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2008-07-31 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.