Page 1 of 1

The encryption / decryption-related query

Posted: Sun 06 Apr 2014 05:46
by ibdac1pro
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.

Re: The encryption / decryption-related query

Posted: Mon 07 Apr 2014 09:23
by AlexP
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 .