@womble @mjg59Sorry for the confusion. The reason you may be getting a different answer every time is because the hashing algorithm uses a different random "seed". This is to prevent what's known as a "hash collision", a generally undesirable event that breaks one of the promises of hashing, that every input produces a unique output. I hope this clarifies why you'd get a different hash for the same string.