Solving Password Overload
It is incredible the number of web sites that a person might go to that require registration and log in. For each such web site that might mean keeping track of
- User Name
- Real Name (or the one you gave them)
- Password
- Email address
If you are like me, you might have different email addresses that you use for different purposes. Pretty soon, it becomes mind-boggling to keep track of which web site uses which user name, which password, and which email. Previously, I had been keeping the information for each web site in a text file. But I have also been nervous about the fact that a plain old text file is not secure.
Personally, I like using tools-at-hand to solve problems. Keeping track of this type of data can be done very easily with a spreadsheet. Many people use Microsoft Excel and those who don’t use Excel can get OpenOffice’s Calc for free. Both enable you to save a file which is encrypted with a password. When that is done, you will have to enter the password when you open the spreadsheet. [Tip: Keep that password in some other place.]
I created a spreadsheet with the following column headings:
- Type – Financial, Software, Blog, Wiki, etc.
- Title – Name of the web site
- Web site – The web site address
- User Name – user name you used when setting up account; also know as login name; some web sites have you log in with your email address
- Password – um, password?
- Email – your email address
- Notes – notes about the web site
From there I can sort or filter on any of the columns. If you haven’t learned to sort and filter, features that are available in both Excel and OpenOffice Calc, it is well worth the time to learn.