This is a password manager that creates passwords based on user inputted key words, encrypting them, and storing/retrieving them.
-
Updated
Jun 19, 2024 - Python
This is a password manager that creates passwords based on user inputted key words, encrypting them, and storing/retrieving them.
The aim is to develop a POC like of CHAPv2 (Challenge-Handshake Authentication Protocol version 2)... Authenticating users without sharing the password over the network. This is one of the protocols that is recommended instead of PAP (Password Authentication Protocol) which sends passwords over the network in plain-text
A proof of concept of how PAP (Password Authentication Protocol) works when authenticating users. This POC focuses on the fact that this protocol sends passwords our the network in plain-text.
A fully working, modernized fork of Google’s Python auth library — rewired, tested, and maintained.
Add a description, image, and links to the secure-authentication topic page so that developers can more easily learn about it.
To associate your repository with the secure-authentication topic, visit your repo's landing page and select "manage topics."