Skip to main content

ZeroKno is a lightweight zero-knowledge password storage library for Python 3.7+

Project description

ZeroKno

ZeroKno is a simple, easy to use and lightweight zero-knowledge password storage method for Python.

Installation

pip install zerokno

Usage

from zerokno import ZeroKno

# Create a new ZeroKno instance
zk = ZeroKno()

# Add a new password
zk.store("password", "userid")

# Check password match
zk.validate("password", "userid")
# True
zk.validate("passwor1d", "userid")
# False
zk.validate("password", "userid1")
# Error: Userid not found

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

zerokno-1.0.0.tar.gz (1.7 kB view hashes)

Uploaded Source

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