I hope I'm asking the right question, but if not I'd like to clarify what I'm trying to do.
I'd like to take a string of alphabetic text and convert it into a 32-character alphanumeric string of text. I would then like to covert that 32-character alphanumeric string of text back to the original text. I only care about shortening the length. I don't care about security. I don't care about maintaining the case sensitivity of the original string.
Is something like this even possible or am I trying to create bytes of data out of thin air?