I really appreciate the starting point this repository provides. I've extended it to include support for persisting the user data in sqlite3, and encrypting all user passwords. Both symmetric encryption and hashing (with Blowfish/bcrypt) are provided, and the comments point anyone implementing this is a basic register/logic/user security system to online primers on password security.
I also added a few additional utilities to manage user data from the back end.
Let me know if you'd like the files. I'm happy to send them along.
I really appreciate the starting point this repository provides. I've extended it to include support for persisting the user data in sqlite3, and encrypting all user passwords. Both symmetric encryption and hashing (with Blowfish/bcrypt) are provided, and the comments point anyone implementing this is a basic register/logic/user security system to online primers on password security.
I also added a few additional utilities to manage user data from the back end.
Let me know if you'd like the files. I'm happy to send them along.