Data encryption and reports

If we have encrypted data in the database (saved from Jmix application using standard Java encryption tools), how can that data be decrypted in reports?

Hi

If you are using band with groovy dataset you can write your own service bean to decrypt data and then inject it to the dataset using application context.

def decryptionService = applicationContext.getBean(DecryptionService);

Regards,
Alex

Hi Alex
Do you have any sample projects on this to demonstrate?

1 Like