Comparar tamaños
Registrarse
English Français

Password algorithms

1
Here is a simple algorithm to create a password from phrases you like.
  1. Choose one or several sentences (quotes, sentences in a book...)
  2. Extract the first letter of each word
  3. Alternate case
  4. Add the number of characters of the first and last word.
Example:
"Password is a pain to remember"
=> "piaptr"
=> "pIaPtR"
=> "pIaPtR88"

To make your password secure you need to make it different for each website/account. You can for example add the first and last character of the website name.
Password memorization techniques
Name
Password algorithms
Sitio webmicrosoft.com/...
Alternatives
Tus críticas
Ease of use (General)
2.0/5 1 Valoración
Security level
4.0/5 1 Valoración
Miscellaneous
English
Public
Public
2010-11-15 17:20:29
View changes

User reviews and comments

  • Seralo on 2010-11-15 16:49:58
    rated this Del artículo: Security level 4/5

    If the algorithm you choose is strong enough, your brain should be more secure than any software.