encryption and decryption
Page 1 of 11 Replies - 637 Views - Last Post: 16 April 2012 - 05:46 AM
#1
encryption and decryption
Posted 16 April 2012 - 04:28 AM
hi friends,we all know that we can encrypt a single column by using aes...my doubt is can we encrypt and decrypt complete sql table using aes encrypt and decrypt and how? and also can we encrypt and decrypt complete database using aes....waiting for your help.
..thanks in advance...
Replies To: encryption and decryption
#2
Re: encryption and decryption
Posted 16 April 2012 - 05:46 AM
Hey.
As far as I am aware you can not encrypt entire tables or databases in MySQL. The CREATE TABLE syntax lists a "PASSWORD" table option, but it says that it's unused.
The best option I can think to try is to put the data files themselves on an encrypted drive. I've not attempted this myself, but I can't see why that wouldn't work.
As far as I am aware you can not encrypt entire tables or databases in MySQL. The CREATE TABLE syntax lists a "PASSWORD" table option, but it says that it's unused.
The best option I can think to try is to put the data files themselves on an encrypted drive. I've not attempted this myself, but I can't see why that wouldn't work.
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote





|