Module crypt

Module crypt 

Source
Expand description

Supported password hashing and verification algorithms.

Modulesยง

apr1
APR1-MD5 based hash.
bcrypt
Standard *BSD hash.
bsdi
Enhanced DES-based hash.
md5
MD5 based hash.
sha1
HMAC-SHA1 based hash.
sha256
SHA-256 based hash.
sha512
SHA-512 based hash.
unix
Seventh Edition Unix DES-based hash.