Snippets tagged “hash”
2 snippets use this tag.
- How to Check for a Hash Value in a URL Using JavaScriptJavaScript
Read this tutorial and learn the fastest and simplest way of checking for a hash value in the URL using the window.location.hash method in JavaScript.
- How to use sha256 in php5.3.0PHP
In PHP 5.3.0, you can use the hash function to create a SHA-256 hash.