Here is one example how to do it in PHP: hash_hmac('sha256', 'post.php', $_SESSION['internal_token']). When you verify, compare the hashes.
確定! 回上一頁