pub fn sha_256_hash(input: &str) -> String
Takes an input reference string, and hashes it using the sha256 algorithm. The resultant value is returned as a string in hexadecmial - meaning it is url and i/o safe.