Hello Experts, Here I have a question, In Mendix does the files which we are storing in the file system has been encrypted or we need to have a work around in order to encrypt it. If it is encrypted by default then where can we find the encryption key, also I noticed that I can rename the file with some extensions like .pdf in the file system then it can be viewable even though it is encrypted. Addition to that, In the encryption module I have seen these two microflows – Encrypt_Document and Decrypt_Document do we need to use these two microflows to encrypt the files stored in the file system? or it is used to only encrypt the content (meta-data) for the file in the entity? Answers are really much appreciated! Thanks in Advance!