pgp to encrypt/decrypt excel files

0
Hello! Please, I want to encrypt/decrypt an imported what do you think of pgp? it is under encryption module and it is used for FileDocument entities. is it used only for FileDocument entities or can I use it also to encrypt/decrypt a file that is represented by a normal entity that is not linked to System.FileDocument?
asked
4 answers
0

All files in a Mendix application reside in entities that are specializations of the System.FileDOcument entity, so the option from the encryption module should work. I would not know how you would create the file in your app in a "normal' entity unless you are taking about something like the binary content of a file or bas64 encoded version of a file.

answered
0

The created entity in my domain model

image.png

answered
0

Here  as you can see

image.png

image.png

answered
-1

should it be like this ?

image.png

image.png

image.png

answered