Encrypted already stored data in database and change it by the encrypted one

0
Hello! I have an entity that has already a content in the database (Plain Text), I want to take the content of that entity, encrypt it and store it instead of the plain text that was initially by the encrypted text.   Could you tell what should I use for that?   Thanks
asked
1 answers
1

Hi,

you can use the encryption module for encrypting data.

https://marketplace.mendix.com/link/component/1011

regards, Fabian

answered