Skip to main content

A python library for password hashing and verification existing password hashes

Project description

dhasher

  • A python library for password hashing and verification of existing password hashes

how to use

  1. Install package
pip install dhasher

  1. import the package
from dhasher import myhash

  1. hashing a value
res=myhash.do_hash("father")
output> '88a1881f0025cf7117501d07aefc5d4be6696656790d765678df8bc48ca52687'

  1. comparing of new value with previously hashed value res
myhash.verify_hash("father",res)
output> True

myhash.verify_hash("mother",res)
output> False

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

dhasher-0.1.1.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distribution

dhasher-0.1.1-py3-none-any.whl (1.8 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