I have a batch file that downloads a file from another server. My question pertains to how to include the remote server's file encryption key into my batch file command line, so that when WinSCP completes the download the file will be de-decrypted.
We also have a requirement of decrypting file when downloading from linux servr to local.
So we are creating an encrypted file at our linux server on daily basis.
User now can manually download the file anytime. But when the user downlod those file it should be decrypted . Any possible solution please?
I believe that "encryption at rest" means that the files are encrypted when stored on the server. But they should be transparently decrypted by your server, when you download them (no matter what client are you using). Isn't that the same?