Re: Automatic Password Generator Tools on Unix Platform
From: Ventsislav Genchev (vigour_vig_at_yahoo.com)
Date: 11/21/05
- Previous message: Gilbert Fernandes: "Re: Kryptor for Linux released"
- In reply to: j.sonsurkar_at_ixiscm.com: "Automatic Password Generator Tools on Unix Platform"
- Next in thread: Francesca Smith: "Re: Automatic Password Generator Tools on Unix Platform"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 21 Nov 2005 06:08:07 -0800 (PST) To: j.sonsurkar@ixiscm.com, focus-linux@securityfocus.com
Install uuencode and generate your passwords with:
head -c 10 /dev/random | uuencode -m - | tail -n 2 |
head -n 1
Changing the bytes count (-c) will result in changing
the lenght of the password...
You can also put that line in a bash script to cut the
typing :)
Regards,
Ventsi
--- j.sonsurkar@ixiscm.com 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
>
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
- Previous message: Gilbert Fernandes: "Re: Kryptor for Linux released"
- In reply to: j.sonsurkar_at_ixiscm.com: "Automatic Password Generator Tools on Unix Platform"
- Next in thread: Francesca Smith: "Re: Automatic Password Generator Tools on Unix Platform"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|