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
Maryam LAQLII
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.