File: README

package info (click to toggle)
libcrypt-generatepassword-perl 0.03-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,040 kB
  • ctags: 13
  • sloc: perl: 225; makefile: 15
file content (31 lines) | stat: -rw-r--r-- 770 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Crypt/GeneratePassword version 0.02
===================================

This module lets you generate secure random passwords
with a reasonable amount of pronounceability. It avoids
the problems associated with the FIPS-181 NIST standard
as used by Crypt::RandPasswd. See perldoc for more
details.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires, apart from some perl core modules,
no other modules and libraries.

COPYRIGHT AND LICENCE

Copyright 2002 by Jrg Walter <jwalt@cpan.org>,
inspired by ideas from Tom Van Vleck and Morris Gasser/FIPS-181.

This perl module is free software; it may be redistributed
and/or modified under the same terms as Perl itself.