Skip to content

Locally hosted python login system which uses sqlite3 to store user information. Hashes important information such as passwords before storing in order to protect users in the event of a security breach.

Notifications You must be signed in to change notification settings

KoyaS/PythonFlaskWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonFlaskWebsite

The login system for a tool to create study groups. Stores passwords in an encrypted form so that even if the database is breached, users are protected.

About

Locally hosted python login system which uses sqlite3 to store user information. Hashes important information such as passwords before storing in order to protect users in the event of a security breach.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published