Letter Code Strategy

Mapping letters to letters.

  • Watch the video on the right to learn the strategy.

Practice on your own.

  • Want to learn how to choose your own mapping and memorize it in 10 minutes? Click here and learn how to make a new set of secure passwords!


Text instructions

  • Select a random letter to consonant map for the first 20 letters of the alphabet, e.g.,

    Letter Code

  • Memorize your mapping. Click on the video on the right to learn an easy memorization technique that helps you memorize your mapping in a few minites.

  • Memorize the ending B7! (or one of your choice). This is important to make all of your passwords meet the requirements of different websites.

Given a website name, e.g., netflix, generate your password as follows:

  1. Start with the first letter of the website name (n) and find its mapping in your table, (r). Output r.

    If the letter does not appear in your word sequence, output the wildcard x.

  2. The next letter is (e), output g.
  3. The next letter is (t), output y.
  4. Repeat on the remaining letters of netflix till you reach the end, ( netflix --> rgybpl )
  5. Attach your ending: netflix --> rgybplB7! . This is your password!