Source Code:
(back to article)
<?php $message = 'This is the message to be hashed'; $hash = openssl_digest($message, 'sha256'); echo $hash;
Result:
Report an issue