Crypt::Juniper
This module provides functions for encrypting and decrypting scrambled passwords in Juniper router configurations. Only passwords starting with '$9$' are supported.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SEE ALSO
COPYRIGHT AND LICENCE
Copyright (C) 2008 kevin brintnall
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.