Python Forum
PGP Encryption/Decryption -Excel File - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: PGP Encryption/Decryption -Excel File (/thread-29082.html)



PGP Encryption/Decryption -Excel File - sparvathaneni - Aug-17-2020

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


RE: PGP Encryption/Decryption -Excel File - buran - Aug-17-2020

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