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.
The encryption / decryption-related query
Re: The encryption / decryption-related query
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 .
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 .