Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Lambda function for decrypting pgp encrypted files on sftp

Avatar

Level 2

I am trying to decrypt the file on sftp using lambda function, but not getting the exact code and steps to use in lambda functions to decrypt and download the file on sftp?

 

Has someone ever tried this ?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @pushpadubey031,

 

 

Please check the below article. There it explain to how encrypt file with PGP using lambda handler. 

I think, it would help you to understand to write code  and steps to decrypting a PGP file.  

How To PGP Encrypt An S3 File Using AWS Lambda Running Docker Images | Rahul Nath (rahulpnath.com)

 

 

Thanks.

Parvesh.

Parvesh Parmar – Adobe Community Advisor
https://www.linkedin.com/in/parvesh-parmar/

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hello @pushpadubey031,

 

 

Please check the below article. There it explain to how encrypt file with PGP using lambda handler. 

I think, it would help you to understand to write code  and steps to decrypting a PGP file.  

How To PGP Encrypt An S3 File Using AWS Lambda Running Docker Images | Rahul Nath (rahulpnath.com)

 

 

Thanks.

Parvesh.

Parvesh Parmar – Adobe Community Advisor
https://www.linkedin.com/in/parvesh-parmar/