opulentfox-29 / protonmail-api-client

This is not an official python ProtonMail API client. it allows you to read, send and delete messages in protonmail, as well as render a ready-made template with embedded images.
GNU General Public License v3.0
15 stars 5 forks source link

OpenPGP #1

Closed 0xF7A4C6 closed 11 months ago

0xF7A4C6 commented 11 months ago

You may look here, page contains another pgp packages, https://pypi.org/project/py-pgp

opulentfox-29 commented 11 months ago

Unfortunately, all packages from this list, except PGPy, are outdated or a wrapper for gpg.

stefanodvx commented 7 months ago

why, instead, don't you use python-gnupg instews of playwright?

0xF7A4C6 commented 7 months ago

slow

opulentfox-29 commented 7 months ago
  1. python-gnupg is a wrapper over GPG, which means that the user must take care to install it himself, which can cause great difficulties, especially for Windows users
  2. GPG does not have the DecryptSessionKeys and EncryptSessionKeys functions, as I understand these functions are developed only in OpenPGP.js