HI all,
Please can someone help as I’m chasing my tail.
I have created a database table on a MySQL server, two of the data fields contain sensitive information.
when posting to the database i can encrypt with password and the data appears on the server encrypted.
Problem is now I want to decrypt when retrieving the data in a query but i do not have the option within the query builder to decrypt with password so cant view the data on the client screen.
I understand that SHA with salt and hash is one way but by password is supposed to be both…
I haven’t used this feature, but I expect you could create a repeat after the query, selecting the fields to output, and then create a variable inside the repeat, using the fields returned by the query, with the Decrypt with Password formatter applied.