[colug-432] Password

Rick Hornsby richardjhornsby at gmail.com
Thu Aug 15 02:31:17 EDT 2013


http://www.howtogeek.com/howto/30184/10-ways-to-generate-a-random-password-from-the-command-line/

I've used this technique before which isn't as pretty as others, but will work anywhere because everything you need is already on any Linux system.
< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-32};echo;



Sent from my iPhone

On Aug 14, 2013, at 19:36, tom <thomas.w.cranston at gmail.com> wrote:

> Hi
> 
> How to _locally_ generate a good password?
> 
> Tom
> 
> 
> _______________________________________________
> colug-432 mailing list
> colug-432 at colug.net
> http://lists.colug.net/mailman/listinfo/colug-432
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.colug.net/pipermail/colug-432/attachments/20130815/459739e1/attachment.html 


More information about the colug-432 mailing list