Page 1 of 1

ENCRYPT functions

Posted: Tue 17 Jul 2007 05:44
by bronek
I'm scanning MyDAC forum about ENCRYPT/DECRYPT suport. I don't need secure connection (SSH) but secure STORING of my private data.
Is it possible with MyDAC without calling MySQL-ENCRYPT function manualy?
Or is any other way for secure storing data on MySQL server with MyDAC ???

Posted: Wed 18 Jul 2007 12:19
by Antaeus
MyDAC does not support such functionality. Probably the way with ENCRYPT/DECRYPT functions is the best solution in this case.