Re: Automatic Password Generator Tools on Unix Platform
[email protected] (Peter Kringle)
| Newsgroups | gmane.comp.security.linux |
|---|---|
| Message-ID | <[email protected]> |
I use this small perl script
### START ###
#!/usr/bin/perl
# Random password generator
use String::Random;
# Make my new Password
my $randstr = new String::Random;
my $password = $randstr->randpattern("........");
print "$password\n";
### END ###
On Fri, Nov 18, 2005 at 07:33:59PM -0000, [email protected] wrote:
> Hello, Can someone please help me to find some tool to generate the automatic random password tool on Unix platform. I did lots of search on web but most of the tools are on Windows platform and not on Unix.
>
> Regards,
> Jay
--
Peter Kringle
Callsign: KC9BIW
http://www.planetnet.org
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDgeAEJsShtjxuGZ8RArNqAJ9/YiFv/2EluhtGf6/2sfz10WGx9wCfYXjH e5IBULccj3/Rj091oPJU37g= =36xn -----END PGP SIGNATURE-----