Ritu

Ritu

  • 1.3k
  • 344
  • 37.4k

in-memory PGP encryption in C#

May 27 2022 8:07 AM

I have a database, my requirement is in-memory pgp encryption

I want access data using procedure from sql, call that sp in lambda and encrypt the data using in-memory PGP encryption and after that upload the encrypted data in file and file in S3.

 

thanks.