MySQL :: MySQL 5.1 Reference Manual :: 11.11.2 Encryption and Compression Functions
It's implemented in mysql - you need to use the AES_DECRYPT() and AES_ENCRYPT() - or DES_DECRYPT() and DES_DECRYPT() functions in your query strings - it's only 128bit rijandel, but its better than nothing - If i were you I would look at something stronger, or make your own function to double or triple encrypt it - that way it uses a lot more cpu, but it is far more safe.
|