What to encrypt a file using PGP and upload to S3 AWS
I'm running lambda batch job to upload files in S3.I want to encrypt file using PGP encryption and upload to AWS S3, using java.Can you please help me?
Solution
Worth checking AWS Encryption SDK for java aws sdk
I think Bouncy Castle should be of help here. examples