Encrypting Strings in Mendix

1
Hello I would like to encrypt strings in my domain model   then retrieve the encrypted string ( unencrypted ) using XPath   is this possible? and what other methods or ways to implement such functionality?   What I have tried is to use Encryption Module to Encrypt the strings in a microflow then another microflow to retrieve – decrypt – show data   
asked
2 answers
1

It is not possible in the retrieve-activity using xpath to also do the decryption in one go. Your solution is the best way.

answered
0

I have added an idea about simple encryption configuration from the domain model.

https://community.mendix.com/link/space/security/ideas/4256

answered