Module pwhash::unix [] [src]

Convenience functions for Unix modular hashes.

If it's known that a hash is in one of the supported modular hash formats, the functions in this module can be used to verify or re-calculate the hash.

Functions

crypt

A Unix crypt(3) work-alike.

verify

Verify that the hash corresponds to a password, using hash format recognition.