Python Forum

Full Version: Help with passwords program
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there!

I want to create a program that stores the password hashes. I must use one of the PH functions and store all the necessary information. Assume that i have users with usernames of the form

userXXX

Where XXX is a three digits integer i have to populate the file with adequate data.

Thanks for any suggestions and help!!! Smile Smile
perhaps one of these packages will help: https://pypi.org/search/?q=password+%2B+manager
Sorry, can't vote for or against any of these, as I haven't used any of them.
You'll have to determine that yourself.