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