Im trying to encode some data that a user enters on a website, then have the encoded data sent to a user via email, the user then can cut and paste the data onto a decryption page to find out what the sent data was.
The routine i setup uses mcrypt but for some reason the encrypted data will not allways decrypt, seems to mainly happen on longer but not allways.
Appreciate any ideas.
Andrew