PySumpas is a simple, graphical utility that can be used to generate passwords. Using the Python hashlib module, it generates checksum from user input. The resulting checksum, in part or entirety, can be used as a secure password.
Developer comments
From those familiar with Python/Tkinter, any form of input, comment, suggestion, and contributed modification is welcome. I'm relatively new to Python and Tkinter. I have plans to expand this project beyond the humble roots of the initial release, and any help will be greatly appreciated.
Product's homepage
Requirements:
· Python
· TkInter
What's New in This Release: [ read full changelog ]
· removed dependency on py-bcrypt and Blowfish support
· modified random generator
· created new generators
· modified layout
· updated documentation