Tuesday, September 1, 2015

Generate passwords in Linux

As generating passwords happens often enough I wanted to have a generator that's local and no one else has access to it when it's generating the password.

As such, here's a simple bash script to generate a password:
It has a special case for AWS RDS as they don't like passwords like everyone else.

Hope someone else will find it useful.

No comments :