paint-brush
Create a strong, secure and memorable passwordby@priyanshujain
981 reads
981 reads

Create a strong, secure and memorable password

by PRIYANSHU JAINJanuary 20th, 2017
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

The best way to create <a href="https://hackernoon.com/tagged/secure" target="_blank">secure</a> and memorable <a href="https://hackernoon.com/tagged/password" target="_blank">password</a> is to create a string of unrelated words, the string should be large more than 11 characters. Because smaller length of random character can be easily broken than larger length of unrelated words.
featured image - Create a strong, secure and memorable password
PRIYANSHU JAIN HackerNoon profile picture

The best way to create secure and memorable password is to create a string of unrelated words, the string should be large more than 11 characters. Because smaller length of random character can be easily broken than larger length of unrelated words.

Ex. bottlebaseballsharktrophy is much more stronger than dtvk!pk@279

because using symbols, numbers and capital letters can make password more secure.

but advanced software can search these symbols so what matters more is length of word than randomness of characters.

so this strategy of using lengthy unrelated words will give you strong, longer and complex passphrase that is easy to remember.