How to select a secure password for your online logins
What is a good password?
A good paswword is:
- at least 8 char long
- includes letters, CAPS and numbers
- never repeated somewhere else
- cannot be found as a string on a search engines, Google finds 0 result for it
- cannot be found in any dictionary/database exists on the world
- nobody incl. your wife can guess / estimate it
- easy to remember for you
To do this build a long sentence, take the first chars of words, combine with usename-userid and service u logging on, encrpyt it with a formel just you know.
Never do:
dont use your private information what your bank or your boss could see, also never use birthday, birthplace, mothers maiden name etc
dont use hobbys what your friends could guess: dont use your favorite star, car, movie, sport-team etc
A good example:
Our sentence: My childhoods teacher Mrs. Anderson was very friendly to my friend Emanuel
First letters: mctmawvftmfe
Our username: n8coder
Service lo login: Google
Temp password: mctmawvftmfeng
And our formel is : Make the first letter UPPERCASE and convert all letters to numbers(zaesig to 243519) and add the first letters of username and service at the end of pwd string.
Our password is : Mctm4wvftmf3n9
And never repeat this sentence loudly as you logging in ;-)
Similar entries
- Check password strength / safety with PHP and Regex
- Next generation URLs, hostname/id without www and long-keywords
- Filezilla and plain-text clear, unsecure password storage
- Check password safety with JavaScript while typing
- abcdefghijklmnopqrstuvwxyz
- How to make website popular
- Regex (regular expression) password check with Java
- Configure phpMyAdmin to login automagicly without prompted for username and password
- Howto protect admin.php / login.php with htaccess password
- We can't provide service under the Gmail name in Germany
- PHP code examples for beginners
- Strange error on mixx by submitting a new link
- Ubuntu or CentOS or Fedora Linux or Debian on a Webserver (LAMP) ?
- Bing vs. Google: a small comparison
- Mysql: update weight by an auto-incremented string created on the fly
- web development tool Firebug for Firefox
- Url manipulation with mod_rewrite and php-catcher for beginners
- Mysql Dump import export restore
- Search only in .php files under linux
- Drupal 6 vs. Joomla 1.5 (2009)

Comments
Post new comment