How-to articles, tricks, and solutions about SHA256
How to hash some String with SHA-256 in Java?
To hash a string using SHA-256 in Java, you can use the MessageDigest class from the java.security package.
How to use sha256 in php5.3.0
In PHP 5.3.0, you can use the hash function to create a SHA-256 hash.