Hello, I'm using mcrypt library to encrypt some data and store in a blob field in mysql. I want to grab it and decrypt it using both perl and php, but I seem to get different results. PHP is inconsitent in return the correctly decrupted data for some reason, and I have no idea why.
I'm using Blowfish the encrypt/decrypt the data. Anyone seen something like this, where the decrypted data is not alway accurate?
Brian