See [official docs](https://www.php.net/manual/en/function.hash.php). ```php $hashed_value = hash('sha256', $raw_value); ```