[OS X] random password generator

Andy Jacobson Andy.Jacobson at noaa.gov
Tue Jul 15 18:34:37 EDT 2008


Howdy,

Simple tip:  you can use the OpenSSL software installed on your system  
to generate random, strong passwords.  To get an 8-character password,  
type:

openssl rand -base64 6

The actual number of characters you get is (4/3) times that last  
digit.  I.e., 6 gets you 8.

I got this from the MacBreak Weekly podcast.

Cheers,

Andy
-- 
Andy Jacobson
andy.jacobson at noaa.gov

NOAA Earth System Research Lab
Global Monitoring Division
325 Broadway
Boulder, Colorado 80305

303/497-4916





More information about the OSX mailing list