Skip to content

Vulp0/memorable-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memorable-password-generator

THESE PASSWORDS ARE NOT MEANT TO BE USED FOR REAL, YOU'VE BEEN WARNED

Why?

I made this generator with the intent purpose of giving examples of passwords a person might actually use, none of the gibberish the other password generators give you.

For example:
xa&&E1l2ox3t97uwrofr - Try pronouncing that, let alone remembering it!
UnholyAmalgamationOfCode@1738 - is way catchier, easier to remember and about as secure as the first password.

How?

Making memorable passwords is relatively easy, you just need some creativity.
Do you remember that verse of that obscure song only you know? Or a catchphrase you like that only you know? If all fails, come up with the filthiest combination of words possible, something you wouldn't dare to say out loud.

Write it down, add random numbers wherever you remember them. Same thing with symbols (@, !, $. #, etc). Play with upper and lowercase letters too.

Now what?

Here's a quick checklist of things to do to better secure your passwords (and your accounts):

Write down your passwords - Preferably in paper, since computers can be hacked and paper can't.
Don't recycle (your passwords) - Always one password per account.
Use 2FA when possible - Add an extra security step to logging into your account.
Avoid SMS 2FA - SIM swapping makes SMS a less than ideal option for two factor authentication. Use an app when possible.