Jak-S
05-02-2006, 10:59 PM
Hi,
I’m currently working on an application where I want to encrypt some of the data in the database, its nothing particularity sensitive, I just want to do it for peace of mind really, and so that if someone got a copy of the database they couldn’t get the data.
I wanted to use AES/Rijndael seeing as it’s a standard, and from what I’ve read is pretty secure, but there is no PHP implementation, that I can find. So can anyone recommend an alternative, mcrypt supports so many I have no idea what to use. I want something that will keep the data relatively secure, at least secure enough that any idiot wouldn’t be able to crack it.
Thanks in advance,
Jack
I’m currently working on an application where I want to encrypt some of the data in the database, its nothing particularity sensitive, I just want to do it for peace of mind really, and so that if someone got a copy of the database they couldn’t get the data.
I wanted to use AES/Rijndael seeing as it’s a standard, and from what I’ve read is pretty secure, but there is no PHP implementation, that I can find. So can anyone recommend an alternative, mcrypt supports so many I have no idea what to use. I want something that will keep the data relatively secure, at least secure enough that any idiot wouldn’t be able to crack it.
Thanks in advance,
Jack