/Simple-Encrypted-Login-System

This is a simple login system for python that is encrypted with SHA256

Primary LanguagePythonMIT LicenseMIT

Simple-Encrypted-Login-System

A simple program that you can create users on and login to those users. All the passwords are encrypted with SHA256. Here is a demo of the program (Click on the gif for a full video) Simple Encrypted Login System Demo

Installation

Requirements:

passlib,

No install is required. Make sure the requirements are satisifed and make sure that the 'creds.cred' file is in the same folder as main.py

Usage

Run the file. Feel free to take this program and modify it to your own needs!

License

The Simple Encrypted Login System uses the MIT license. See LICENSE for more details.