https://github.com/dubniczky/trustless-authentication
Secure authentication protocol without sending or storing the password
https://github.com/dubniczky/trustless-authentication
authentication cryptography password protocol
Last synced: 3 months ago
JSON representation
Secure authentication protocol without sending or storing the password
- Host: GitHub
- URL: https://github.com/dubniczky/trustless-authentication
- Owner: dubniczky
- License: mit
- Created: 2022-11-29T16:47:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T16:57:59.000Z (over 2 years ago)
- Last Synced: 2025-02-06T19:49:08.288Z (4 months ago)
- Topics: authentication, cryptography, password, protocol
- Language: Jupyter Notebook
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Secure Password Verification
Secure authentication protocol without sending or storing the password
## Description
For more information:
- Read the [algorith docs](./algorthm.md)
- Try the concept [python notebook](./concept.ipynb)
- Start the demo server [demo](./demo)