posted 19 years ago
When you decrypt the received bytes, do you decrypt the entire array of 64 bytes? If so, you're adding a bunch of zeros that weren't in the original cyphertext.
If not that, did you compare the two byte arrays to see if you at least received the correct bytes?