I wrote an application that encrypts text in this way:
Get the input text
Reverse the text
Convert to hexadecimal
You would need a larger text base than that and some understanding that the crypt is coming from a particular language/domain. Then based on the frequency of words in that language/domain, one could potentially decipher certain attributes form the text.
Of course, good ciphers work around this. Only poorly implemented ciphers can be broken easily with this method.