| | |
- new(...)
- Return a new hash object using the named algorithm.
An optional string argument may be provided and will be
automatically hashed.
The MD5 and SHA1 algorithms are always supported.
- openssl_md5(...)
- Returns a md5 hash object; optionally initialized with a string
- openssl_sha1(...)
- Returns a sha1 hash object; optionally initialized with a string
- openssl_sha224(...)
- Returns a sha224 hash object; optionally initialized with a string
- openssl_sha256(...)
- Returns a sha256 hash object; optionally initialized with a string
- openssl_sha384(...)
- Returns a sha384 hash object; optionally initialized with a string
- openssl_sha512(...)
- Returns a sha512 hash object; optionally initialized with a string
|