The encryption / decryption-related query

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ibdac1pro
Posts: 48
Joined: Fri 25 Aug 2006 02:19

The encryption / decryption-related query

Post by ibdac1pro » Sun 06 Apr 2014 05:46

Hi,

UniDac component in the DML encryption support?

enc1, enc2: encryption column.
Insert into table1 values ​​(enc1, enc2)

Then automatically decryption support?

select enc1, enc2 -- auto decryption?
from table1

How do I manually decryption?

Please show the sample code.

I UniDac (5.0.1) are used.

Thank you.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: The encryption / decryption-related query

Post by AlexP » Mon 07 Apr 2014 09:23

Hello,

For the time being, encryption works only for fields I.e., To insert and update encrypted data, you should use the Insert/Edit...Post methods. In future, we will consider the possibility to encrypt parameters for user queries. You can find out more details in the documentation: http://www.devart.com/unidac/docs/encryption.htm .

Post Reply