Provide PWHash class to generate hash string with random salt.
Project description
PWHash.py
from pw_hash import PWHash
password = "12345678"
pw_hash = PWHash(password)
print(pw_hash.check_password("123456"))
print(pw_hash.check_password("1234567"))
print(pw_hash.check_password("12345678"))
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
pw-hash-mod-0.0.1.tar.gz
(2.0 kB
view hashes)
Built Distribution
Close
Hashes for pw_hash_mod-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cffd58f4059f07ac04ce3be2b1cb6af7e8f36a8aa5ddccda032363bfade25375 |
|
MD5 | 109e56ffdc8826b672b1a2f74eff7503 |
|
BLAKE2b-256 | 900075a7ab14f508c6289c4ec3b55e216fd5817c58575ae3228ae8efc2afd308 |