• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Crypt/H31-Jul-2008-223116

t/H31-Jul-2008-2,8132,769

ChangesH A D31-Jul-2008230 106

MANIFESTH A D31-Jul-2008288 1413

META.ymlH A D31-Jul-2008421 1412

Makefile.PLH A D31-Jul-2008604 2018

READMEH A D14-Jul-2008505 2716

SIGNATUREH A D31-Jul-20081.4 KiB3629

README

1Crypt::Juniper
2
3This module provides functions for encrypting and decrypting scrambled
4passwords in Juniper router configurations.  Only passwords starting with
5'$9$' are supported.
6
7INSTALLATION
8
9To install this module, run the following commands:
10
11	perl Makefile.PL
12	make
13	make test
14	make install
15
16SEE ALSO
17
18	http://www.juniper.net/
19
20COPYRIGHT AND LICENCE
21
22Copyright (C) 2008 kevin brintnall
23
24This program is free software; you can redistribute it and/or modify it
25under the same terms as Perl itself.
26
27