hasher v0.1.0 Hasher

Absolute minimal password hashing library with automatic salt generation

Summary

Functions

Check password against generated hash

Generate password hash (salt will be included in the result string)

Functions

check_password_hash(password, hash)

Check password against generated hash

salted_password_hash(password)

Generate password hash (salt will be included in the result string)