Encryption Issues

Hi All,
I’m working with FEZ Rhino board and I’m storing encrypted using XTEA encryption algorithm data into micro SD card, on txt file.

Everything goes good, with encryption but when I try to decrypt the stored data, I just get a bunch of weird characters, such as not decrypted data.

Can someone give me an example of how to store encrypted data and how to read it again from micro SD card and decrypt to get the original text again.

And also is there a way to use the XTEA encryption algorithm from a PC, I want to grab the data stored into micro SD card from a PC through the ethernet port, but I couldn’t decrypt the data on PC, because the .NET Framework doesn’t have the XTEA encryption algorithm.

Hope you can help me.

Thanks in advance
Roberto

Our ebook has examples.

Yes you cam use from pc. Search the web for Jens kuhner book and download his example code