MyEncryptor with few field

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Daniel Fagnan
Posts: 58
Joined: Fri 13 Oct 2006 00:08

MyEncryptor with few field

Post by Daniel Fagnan » Thu 24 Jan 2013 20:36

It's possible to use TMyEncryptor with more then one field or
encrypt a table. :?:

AndreyZ

Re: MyEncryptor with few field

Post by AndreyZ » Fri 25 Jan 2013 12:07

Hello,

You can specify all fields that must be encrypted in the TMyQuery.Encryption.Fields property. For more information, please read the 'Data Encryption' article in the MyDAC documentation.
For the time being, there is no functionality that allows encrypting a table. We have plans to add support of such functionality, but we cannot provide any time-frame for this.

Daniel Fagnan
Posts: 58
Joined: Fri 13 Oct 2006 00:08

Re: MyEncryptor with few field

Post by Daniel Fagnan » Fri 25 Jan 2013 15:37

I tried it and run perfectly
Thank you

AndreyZ

Re: MyEncryptor with few field

Post by AndreyZ » Fri 25 Jan 2013 15:42

I am glad I could help.

Post Reply