I am interested in doing a data mining website. Data in DB is really sensitive.
I would like to find a way to encrypt data in DB and to prove to my clients that even me, I can't read data.
The problem is that I would be able to "batch" rapports during night on the server side, and my software must be able to read data in clear.
Do you have an idea ?
You should consider the most basic data encryption : RSA. Google this, it's straightforward, there are two keys to the encryption, one is the public key, the other is the private key. Let us know how that works out for you.