Ir a contenido
Crea una cuenta
o
inicia sesión
Logotipo de la documentación de Stripe
/
Pregúntale a la IA
Crear cuenta
Iniciar sesión
Empezar
Pagos
Ingresos
Plataformas y marketplaces
Gestión del dinero
Developer resources
Resumen
Control de versiones
Registro de cambios
Actualiza tu versión de la API
Mejora tu versión de SDK
Herramientas
SDK
API
Pruebas
Espacio de trabajo
Destinos de eventos
Flujos de trabajo
CLI de Stripe
Stripe Shell
Dashboard de desarrolladores
Kit de herramientas para agentes
Crear con LLMStripe para Visual Studio CodeAlertas de estado de StripeCargas de archivos
Seguridad y privacidad
Seguridad
    Resumen
    Guía de integración
    Clave PGP para la librería de Python
Privacidad
Ampliar Stripe
Stripe Apps
Stripe Connectors
Socios
Ecosistema de socios
Certificación de socio
InicioDeveloper resourcesSecurity

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.

Nota

If you have any questions, or encounter any issues, please contact us at support-migrations@stripe.com.

Python PGP key

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

gpg --encrypt --recipient 05D02D3D57ABFF46 FILENAME

This creates FILENAME.gpg with the following information:

  • Key ID: 05D02D3D57ABFF46
  • Key type: RSA
  • Key size: 2048 bits
  • Fingerprint: C330 33E4 B583 FE61 2EDE 877C 05D0 2D3D 57AB FF46
  • User ID: Stripe <security@stripe.com>
¿Te ha sido útil la página?
SíNo
¿Necesitas ayuda? Ponte en contacto con el equipo de soporte.
Únete a nuestro programa de acceso anticipado.
Echa un vistazo a nuestro registro de cambios.
¿Tienes alguna pregunta? Ponte en contacto con el equipo de ventas.
¿LLM? Lee llms.txt.
Con tecnología de Markdoc