password_hash_plus library
Classes
Constants
- md5 → const Hash
-
An implementation of the MD5 hash function.
_MD5._()
- sha1 → const Hash
-
An implementation of the SHA-1 hash function.
_Sha1._()
- sha224 → const Hash
-
An implementation of the SHA-224 hash function.
_Sha224._()
- sha256 → const Hash
-
An implementation of the SHA-256 hash function.
_Sha256._()
- sha384 → const Hash
-
An implementation of the SHA-384 hash function.
_Sha384._()
- sha512 → const Hash
-
An implementation of the SHA-512 hash function.
_Sha512._()
- sha512224 → const Hash
-
An implementation of the SHA-512/224 hash function.
_Sha512224()
- sha512256 → const Hash
-
An implementation of the SHA-512/256 hash function.
_Sha512256()
Exceptions / Errors
- PBKDF2Exception
- Thrown when PBKDF2 throws an exception.