So I am going to use the free GPG tool to PGP Encrypt a file.
I found, with the help of others here, probably the best reference site with screen shots.
https://zappysys.com/blog/ssis-pgp-encryption-decryption/
I just have a couple of specific questions regarding what I need to do here is all.
The Arguments for gpg.exe include the following:
- --recipient - Who or what is the "Recipient"
- PGP Encryption Key - How is the specific Encryption Key supplied by the client or third party specified within the PGP Encryption Argument? Like how does gpg.exe know to use which Encryption key?
The other parameters are pretty much self explanatory...
- --output will be the desired PGP Encrypted File Name
- --encrypt is the Source File created that you want Encrypted
So when I get all of this together in an Execute Process Task is it pretty easy to debug? Like should I try a dry run with the arguments in the gpg.exe command driven window?
I tend to be VERY CONSERVATIVE with new tricks like this. I just want to make sure I get this right.
And feedback or guidance or suggestions would be GREATLY appreciated!
Thanks!