I have a tasking. Specific data needs to be encrypted to 256 or better. I'm specifically concerned about the data in SQL Server databases, but a solution that would work for several db's (Oracle, etc) would be best.
Does anyone know of a product that encrypts data on the database?
I need to be able to have all new data encryted and all legacy data encrypted. The best solution for me would be to have the front end do all the encryption, but that doesn't solve the issue with data already on the database.
My preference is either a front-end solution or a 'middle man' solution. I believe that we should not be encrypting data in the database, it should be encrypted before it is stored and decrypted once it is taken off the database.
-SQLBill
Posting advice: FAQ481-4875
Does anyone know of a product that encrypts data on the database?
I need to be able to have all new data encryted and all legacy data encrypted. The best solution for me would be to have the front end do all the encryption, but that doesn't solve the issue with data already on the database.
My preference is either a front-end solution or a 'middle man' solution. I believe that we should not be encrypting data in the database, it should be encrypted before it is stored and decrypted once it is taken off the database.
-SQLBill
Posting advice: FAQ481-4875