This post originated from an RSS feed registered with .NET Buzz
by Maruis Marais.
Original Post: Easily create strong passwords
Feed Title: exceptionz
Feed URL: http://feeds.feedburner.com/Exceptionz
Feed Description: I am an XP, TDD, OO and .NET enthusiast. Things like Design Patterns makes my pulse race, I love learning exciting new things and to share my thoughts and techniques with the world. So join me and together we can explore the awesome world of software development
Create strong passwords on the command line by typing
openssl rand -base64 6
and the output:
=> 050L+4Kx
Run the command again:
=> /sUIIy8s
Cool, now you should be able to create strong passwords quickly.