Hi,
I have a SQL Server database table with some field encrypted.
I need to read this fields and decrypt the data contained. It is possible directly with the JDBC adapter with some settings?
Otherwise, the solution could be read the data and decrypt in a flow service? which service should be used?
I need to known also how encrypt the data and write it into the database.
Its not possible through JDBC adapter to decrypt any encrypted fields.
The encryption logic can be placed in stored procedure or in Integration server flow. But first, you need to understand the encryption logic used for the field.