65.9K
CodeProject is changing. Read more.
Home

Password Keeper

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.92/5 (9 votes)

Sep 28, 2002

viewsIcon

118780

downloadIcon

1763

A utility to manage your passwords and membership info in encrypted form

Sample Image - PasswordKeeper.jpg

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.