Encrypt files before exporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 02:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 06:19 PM
Hi @AG20 ,
try following approach:
1) allow export set to run
2) in the scheduled export set there is an option executed post export script
3) in that call mid server script include
4) in that mid server script include function have a java code which would pick the latest csv from the export set folder; have encryption
But the main thing if you do encryption then it is the 3rd party team's responsibility to decrypt it.
but with whatever key you do encryption how would you tell them the key to decrypt. for this you will have to share the key to them and always do encryption with the same key so that they can use same key to decrypt
https://coderanch.com/t/562936/java/File-encryption-decryption-retaining-line
https://www.oodlestechnologies.com/blogs/Encrypt-And-Decrypt-A-File-In-Java