SOURCE Barcelona
BruCON
EuroTrashSecurity Website

Tiny Password Generator

Password

Found on Korben’s Blog, a nice way to generate a random password on UNIX:

# < /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c8
tOULPeOk

Just create an alias for a more convenient day-to-day use:

# alias gen_pw='< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c8'
# gen_pw
wbk0ewpn

Note: this works only with the GNU version of head. Solaris or BSD versions have no '-c' flag!

Source: http://www.korben.info/creer-un-mot-de-passe-aleatoire-avec-linux.html

2 comments to Tiny Password Generator

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

IMPORTANT! To be able to proceed, you need to solve the following simple math (so we know that you are a human) :-)

What's the sum of 3 and 4 ?
Please leave these two fields as-is: