Colleague needed a hashing function that gave him a string of only ASCII letters for some visualisation. The md5 hash that his language has built-in results in hex characters. I suggested he use that result and add 17 to the each character's code point.