Introduction
This is a simple utility that I developed to help myself remember the passwords and memberships at different websites.
Details
For passwords archiving, I'm using blowfish encryption algorithm which is included as a separate class. This utility can manage multiple users at the same time. It also provides a facility to print all of your records in the form of an HTML file. For this purpose it automatically generates the HTML code for the file. I hope this is really useful for personal use as well as learning to program in VB. All your comments/feedback are very special to me.