Create and return a unique 128-character sha512 hash string. If seed is provided, it will be included in the string that is encoded into the hash. The function produces a different value each time it is called.
Create and return a 128-character sha512 hash using the string provided.