Re: mysql encryption tutorial?
- From: "flamer die.spam@xxxxxxxxxxx" <die.spam@xxxxxxxxxxx>
- Date: 16 Jul 2006 19:31:28 -0700
veg_all@xxxxxxxxx wrote:
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.
.
- References:
- mysql encryption tutorial?
- From: veg_all
- mysql encryption tutorial?
- Prev by Date: mysql encryption tutorial?
- Next by Date: Re: reading auto increment number before it is written?
- Previous by thread: mysql encryption tutorial?
- Next by thread: Re: mysql encryption tutorial?
- Index(es):
Relevant Pages
|