The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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

	http://www.juniper.net/

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.