Image

Imagemunchmo wrote in Imagephp

Encryption Help Needed

I've been working on an encryption/decryption routine, and I just can't get it to work quite right. If any of you have mcrypt experience, please tell me what I'm doing wrong.

Basically I'm calling the first function (EncryptString) with a string, then I'm taking the returned value and sending that to the second function (DecryptString). Problem is the returned value is 8 spaces (or something equivalent)