RE: [PHP] Re: Problem decrypting data stored in MySQL text field using mcrypt?

2004-01-28 Thread Murray @ PlanetThoughtful.org
Hi Jas, Not really -- I can't help thinking there's something about retrieving the encrypted value from the MySQL text field that makes the end result un-decryptable... I was hoping that someone could provide me with a working example that encrypts a value, stores in a MySQL table, then retrieves

[PHP] Problem decrypting data stored in MySQL text field using mcrypt?

2004-01-26 Thread Murray @ PlanetThoughtful.org
Hi All, I'm trying to implement encryption on certain data fields in my MySQL database and I'm experiencing ongoing problems. I seem to be able to encrypt the data without issues, but can't figure out how to decrypt the data. My field in my test table, in which I'm storing the encrypt