Skip to main content

SPV Secure Password Varification

Project description

SPV SecurePasswordVerification 1.0.0

Its is python module for doing a secure password verification without sharing the password directly.

Features

  • The password is never sent in the process.
  • Its more secure.
  • Examples Provided

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


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.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

SPV-1.0.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page