Remember those puzzles that require you to rearrange letters to make words and phrases? They take a sequence of letters like alarepirctl and you manipulate them to become the word caterpillar. Why not take that game, give yourself a few rules and create your passwords in the same way?
How to do it:
- Take an 8-character minimum word or phrase as your seed word
- Use a numeric replacement (such as those listed under common replacements) or add a number
- Use a special character replacement or add a special character
- Capitalize at least one letter
- Create a character mapping schema (as in example below)
- 8 – character password
- 1 –> 3 –> 4 –> 7 –> 6 –>5 –> 2 –> 8 –> 1
- 9-character password
- 4 –> 2 –> 3 –> 7 –> 9 –> 1 –> 8 –> 6 –> 5 –> 4
- 10-character password
- 1 –> 3 –> 5 –> 7 –> 9 –> 1 and 10 –> 8 –> 6 –> 4 –> 2 –> 10
- 8 – character password
Example #1: 8-character word with simple substitution
- pavement
- pav3m3nt
- p@v3m3nt
- p@V3m3nt
- tmpV3n3@
Example #2: 10-character word with simple substitution
- remarkable
- remarkab1e
- rem@rk@b1e
- reM@rk@b1e
- 1@rkMbre@r
Example #3: 8-character word with additional characters
- keyboard
- keyboard5
- keyboard5^
- keyboArd5^
- 5^kdyAobre
These passwords are relatively easy to remember and the character mapping is something that can be safely stored on your computer!
As always, do not use the passwords generated in this or any other post as your password. Also, do not use the exact mappings listed above!
