A simple script that allows users to create and login to accounts, storing passwords as hashes with salts. It sill store them in a file called passwords.txt.
registerloginexit
git clone https://github.com/vincuska/loginAndRegister
cd loginAndRegister pip install -r requirements.txt
python main.py