Thursday, March 26, 2009
Python Password Database
Python Password Database | OwainLewis.com: "I thought I would share one of the scripts I have been working on recently. This is a python script that I wrote to help me keep track of all my website passwords. I am sure most people can identify with being bogged down with remembering hundreds of user names and passwords for various websites, forums, blogs etc. I probably have around fifty passwords that I needed to keep track of and so I thought it was about time to write a piece of software to help me manage them. This is my first experience with using the python sqlite3 database but I have found it to be a real godsend for applications like this. I also built in a neat little function using the win32 COM module to export all my passwords into an excel spreadsheet when needed."