String secureHash(String pwd)
Arguments
pwd: The String to hash
Usage
Use the SHA256 algorithm to generate a secure hash from a String, for example for encrypting passwords. Unlike the other Crypto functions, this function is not application-dependent.