Connecting Tech Pros Worldwide Forums | Help | Site Map

mysql encryption tutorial?

veg_all@yahoo.com
Guest
 
Posts: n/a
#1: Jul 17 '06
The documentation for using encyption with mysql does not seem to have
any easy to follow examples. Anyone know of one? I am surprised there
does not seem much out there on this. I googled mysql encryption

I would think any database containing personal and sensitive
information would be stored encrypted, no?


flamer die.spam@hotmail.com
Guest
 
Posts: n/a
#2: Jul 17 '06

re: mysql encryption tutorial?



veg_all@yahoo.com wrote:
Quote:
The documentation for using encyption with mysql does not seem to have
any easy to follow examples. Anyone know of one? I am surprised there
does not seem much out there on this. I googled mysql encryption
>
I would think any database containing personal and sensitive
information would be stored encrypted, no?
Generally only passwords are stored encrypted, the reason being is that
md5 for instance is irreversible, so anything that you actually need to
access can't be decrypted, other types like mcrypt arent that strong
and add a lot of processor overhead for little security enhancements.

Jerry Stuckle
Guest
 
Posts: n/a
#3: Jul 17 '06

re: mysql encryption tutorial?


veg_all@yahoo.com wrote:
Quote:
The documentation for using encyption with mysql does not seem to have
any easy to follow examples. Anyone know of one? I am surprised there
does not seem much out there on this. I googled mysql encryption
>
I would think any database containing personal and sensitive
information would be stored encrypted, no?
>
Try a mysql newsgroup such as comp.databases.mysql. You'll get better
answers.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Closed Thread