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
- Host: GitHub
- URL: https://github.com/baponkar/sign_in_and_sign_up_by_sqlite3_and_python3
- Owner: baponkar
- Created: 2021-05-17T06:13:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T09:40:39.000Z (about 5 years ago)
- Last Synced: 2025-05-17T13:52:45.635Z (about 1 year ago)
- Topics: cli, hashlib, python3, sqlite3, username-password
- Language: Python
- Homepage:
- Size: 8.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


# 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`