Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SPOSTARBUST_Widget_Class has a deprecated constructor in /home2/cptech/public_html/wp-content/plugins/spostarbust/index.php on line 386

Deprecated: Function create_function() is deprecated in /home2/cptech/public_html/wp-content/plugins/spostarbust/index.php on line 611

Notice: The called constructor method for WP_Widget in SPOSTARBUST_Widget_Class is deprecated since version 4.3.0! Use
__construct()
instead. in /home2/cptech/public_html/wp-includes/functions.php on line 4514
How to generate a strong password from linux command line

How to generate a random password from commandline

Passwords are the key to security. For obvious reasons, passwords need to be strong, long and secure.  Sometimes generating complex and secure passwords can be a bit time taking.

 Generate a Strong Password using Commandline

 

There are many ways in which we can generate a password. Follow these steps to generate a strong password that is also random.

1.  Visit a password generating website of the kind of passwordsgenerator.net

2. Use the md5sum tool to generate a random password.  We need to find something which is constantly changing so that we will get new md5sum whenever we do the command. So, I choose to check the md5sum of the current date, and it is always changing.

So use date |md5sum to generate a random password from command line.

 

And Voila! you’ve successfully generated a strong password.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Close Menu