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
- Install package
pip install dhasher
- import the package
from dhasher import myhash
- hashing a value
res=myhash.do_hash("father")
output> '88a1881f0025cf7117501d07aefc5d4be6696656790d765678df8bc48ca52687'
- 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
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
dhasher-0.1.1.tar.gz
(1.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dhasher-0.1.1.tar.gz.
File metadata
- Download URL: dhasher-0.1.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9931bf2a46add28031ece736a2a3f89ad49b6391535e4f4505602b352b5bbebe
|
|
| MD5 |
bae0695c066e7f69c0b4cd8f3be008cd
|
|
| BLAKE2b-256 |
017cae189061a3389b4b2d11d39e97fed7a5d4c68d4a73a77af7f09415f99657
|
File details
Details for the file dhasher-0.1.1-py3-none-any.whl.
File metadata
- Download URL: dhasher-0.1.1-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb53b7fff466cbdd34ba6fcf4496dc2539ba09223dde7d52e759727294d656a1
|
|
| MD5 |
c308858a069ba78a4f63c71683d4d3d8
|
|
| BLAKE2b-256 |
d94c7cbaf6517bcaf02943dff7d658a2f5574d452c24636f91c76c0287699286
|