«
»

Tips and tricks

Random passwords in Mac OSX’s terminal

08.29.08 | Comment?

I’m trying to harden up my blog installs and needed to generate some random passwords.  Apparently you can generate these from the Terminal, OSX’s command line interface.

Read more at Wobito: Free Random Password Generator for Mac

His code is:

> openssl rand -base64 6

This generates a 6 character string.  I wanted something a bit more secure, so I upped it to 12 characters by typing the following:

> openssl rand -base64 12

Enjoy!

Tags: ,

related

have your say

Add your comment below, or trackback from your own site. Subscribe to these comments.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

:

:


«
»