SPV ~ Secure Password Verification
Project description
SPV SecurePasswordVerification
Its is python module for doing a secure password verification without sharing the password directly.
Install
pip install SPV
Features
- The password is never sent in the process.
- Its more secure.
Usage/Examples
spv.GetVerified(password)
Used by a Client to GetVerified by a Server.
spv = SPV.SPV(client_sock)
spv.GetVerified("real_password") #returns True if Verified.
spv.Verify(password)
Used by a Server to Verify a Client.
client, address = server.accept()
spv = SPV.SPV(server)
spv.Verify("real_password",client) #returns True if Verified.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
SPV-1.0.1.tar.gz
(3.3 kB
view details)
File details
Details for the file SPV-1.0.1.tar.gz
.
File metadata
- Download URL: SPV-1.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21d171cffc92bf5fb0cc39e0e8bf259f703a9b9cecdf1a9cce3de256d240fc07 |
|
MD5 | 1c3cd1e041cb85d7197610a587c898b9 |
|
BLAKE2b-256 | 48a2400b28221e21b9a37f0db4e2cc4174a853240ddab66ecc6ee85700555a49 |