How to generate a secure, random password

Most people use the same password for every account they have on the Internet. This is highly insecure for obvious reasons. For important accounts that you need to keep protected it’s a good idea to generate a random secure password.

1Generate a random password

There are plenty of tools across the internet that will help you generate random passwords. I recommend using a password manager, and many password managers come with a password generator built in. These are generally reliable for creating secure passwords. As a guide, an 8 character random password usually takes a few days to crack whereas a 10 character password takes years. Obviously the more characters you use the more secure the password assuming it is completely random.

2Test the security

Once you generate your password you can go to howsecureismypassword.net. Simply enter your password, and it will let you know how long it takes a normal desktop computer to crack it!


Now learn about:


Discuss this guide

var disqus_shortname = ‘howchootest’; (function() { var dsq = document.createElement(‘script’); dsq.type = ‘text/javascript’; dsq.async = true; dsq.src = ‘//’ + disqus_shortname + ‘.disqus.com/embed.js’; (document.getElementsByTagName(‘head’)[0] || document.getElementsByTagName(‘body’)[0]).appendChild(dsq); })();

Leave a Reply

Your email address will not be published. Required fields are marked *