I wrote an application that encrypts text in this way:
Get the input text
Reverse the text
Convert to hexadecimal
Err... I'd say:
I'm assuming that since this is a simple encryption algorithm, it should be easy to reverse it this way if you know the input and the output, but not the key.