Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Python PGP key


Python PGP key

Learn how to use the Python client library PGP key.

If you’re unfamiliar with PGP, see GPG and start by importing a public key. After you familiarize yourself with the basics of PGP, use this PGP key as it’s marked as trusted for the Python client library.

Note

If you have any questions, or encounter any issues, contact us at .

Python PGP key

After you import the key, you can encrypt files by running:

gpg --encrypt --recipient 05D02D3D57ABFF46 FILENAME

This creates the related setting.gpg with the following information:

  • Key ID : 05D02D3D57ABFF46
  • Key type : RSA
  • Key size : 2048 bits
  • Fingerprint : the related setting 33E4 the related setting the related setting 2EDE 877C 05D0 2D3D 57AB the related setting
  • User ID : Stripe <security@stripe. com>
Last verified 2026-09-24

Is this helpful?