Free Random Password Generator for Mac

Did you know the the Mac OS operating system has a built in random password generator.
well it does… all you need to do is load up Terminal (Utilities > Terminal) and type the following.
> openssl rand -base64 6
Once you type that and press enter its generates a random string and encodes it.
Therefore the string can simply be a good strong encrypted password. Give it a shot.
|
|
|
|
|
|
Tags: Linux, Mac OS X, Servers, Unix





