Skip to content

vincuska/loginAndRegister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

loginAndRegister

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.

Commands

  • register
  • login
  • exit

Run Locally

  git clone https://github.com/vincuska/loginAndRegister
  cd loginAndRegister
  pip install -r requirements.txt
  python main.py

About

A simple register and login system using salting.

Topics

Resources

Stars

Watchers

Forks

Languages