hash

The Hash extension in PHP provides a suite of hashing algorithms

The Hash extension in PHP provides a suite of hashing algorithms, such as SHA and MD5, for creating cryptographic hashes. This extension is included by default and is generally enabled.

Already included with PHP.