ENCRYPT functions

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
bronek
Posts: 1
Joined: Tue 17 Jul 2007 05:36

ENCRYPT functions

Post by bronek » Tue 17 Jul 2007 05:44

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 ???

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 18 Jul 2007 12:19

MyDAC does not support such functionality. Probably the way with ENCRYPT/DECRYPT functions is the best solution in this case.

Post Reply