This topic is locked

DAL and Encrypted fields

11/17/2017 2:49:56 PM
PHPRunner General questions
T
thamestrader author

I'm wondering if there is any way for DAL to return plain text for fields that are encrypted in the table? I know how to decrypt fields in a CustomSQL select command, but I'd rather hoped that by using the DAL the decryption would/could be handled transparently.

admin 11/17/2017

CustomQuery or new DB:Select API is the way to go (with manual decryption in the query).