--- title: "Protecting sensitive data" description: "Protect sensitive information by implementing encryption good practices." url: "https://docs.adyen.com/development-resources/security/sensitive-data" source_url: "https://docs.adyen.com/development-resources/security/sensitive-data.md" canonical: "https://docs.adyen.com/development-resources/security/sensitive-data" last_modified: "2026-05-24T12:54:32+02:00" language: "en" --- # Protecting sensitive data Protect sensitive information by implementing encryption good practices. [View source](/development-resources/security/sensitive-data.md) Adyen implements many security practices to protect the confidentiality and integrity of merchant data and systems. However, in your Adyen integration, you too need to protect sensitive information, by implementing encryption good practices. * **Encryption in transit**: implement TLS/SSL to secure data during transmission. * **PGP encryption**: learn how to generate and upload a PGP key for the exchange of sensitive card data with Adyen ## Next steps [Transport Layer Security (TLS)](/development-resources/security/sensitive-data/tls) [Protect data during transmission using TLS.](/development-resources/security/sensitive-data/tls) [PGP encryption](/development-resources/security/sensitive-data/pgp-encryption) [Register your PGP key with Adyen.](/development-resources/security/sensitive-data/pgp-encryption)