I'm currently looking at these answers and these answers.
However, what I need is some hashing function that returns 10-25 characters from a definite set of characters: abcdefghijklmnopqrstuvwxyz -'
(instead of hex characters or an integer)
I'm not trying to do crypto, I'm just trying to always get the same output for the same input.