Hi, I have filedocuments that are PGP encrypted when they are uploaded. When I want to view these files, I can decrypt them. However, unless I am mistaken, the file is now decrypted in the database and I have to encrypt it again? Is there a way to decrypt and view the files without having to encrypt them again? Thanks
asked
Tommy van Aalst
2 answers
1
Hey Tommy,
Create custom microflow that will decrypt your file before commit.
answered
Slavko Skoric
1
Copy the document to a new filedocument and decrypt it and set the boolean delete after download. This way the original file stays encrypted in the database and the new file automaticly get's deleted.