Python Forum

Full Version: PGP Encryption/Decryption -Excel File
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Folks,

I am looking to encrypt/decrypt excel file using PGP.Appreciate if any one can help me or sharing git-hub reference.

Thank you!
Regards
Satish
look at https://pypi.org/search/?q=pgp
e.g. this one is updated recently https://pypi.org/project/pgp-utils/

of course you can always make calls using subprocess