An open API service indexing awesome lists of open source software.

https://github.com/baponkar/sign_in_and_sign_up_by_sqlite3_and_python3

Sign_in.py script for user register into a database with password.Sign_up.py script for validate a user and complete sign in process.The two module required sqlite3 and hashlib
https://github.com/baponkar/sign_in_and_sign_up_by_sqlite3_and_python3

cli hashlib python3 sqlite3 username-password

Last synced: 8 months ago
JSON representation

Sign_in.py script for user register into a database with password.Sign_up.py script for validate a user and complete sign in process.The two module required sqlite3 and hashlib

Awesome Lists containing this project

README

          

!['Python3.7.6-badge'](https://img.shields.io/badge/Python-3.7.6-blue)
!['Sqlite3-badge'](https://img.shields.io/badge/Sqlite-3.31.1-red)

# Secured Sign in and sign up process with SQLITE3 database and Python3

`Sudo apt update && sudo apt install sqlite3 && sudo pip3 install sqlite3`

First you need to run `python3 sign_up.py` or `./sign_up`