Asymmetric Encryption
Asymmetric encryption is a method of protecting data that uses two mathematically related keys instead of one: a public key that can be shared openly and a private key that is kept secret. Typically, data encrypted with one key can only be decrypted with the other, so information encrypted with someone's public key can be read only by the holder of the matching private key. This approach also underpins digital signatures, where the private key signs and the public key verifies.
Asymmetric encryption, also referred to as public-key cryptography, is a cryptographic scheme that uses a mathematically linked key pair, a public key and a private key, to perform complementary operations. One key encrypts data or generates a digital signature, while the corresponding key decrypts the data or verifies the signature. The public key may be distributed freely while the private key must remain confidential; the security model depends on the computational difficulty of deriving the private key from the public key. This entry defines the mechanism only and does not address specific algorithms, key lengths, key management practices, or implementation choices, and it does not cover how such controls map to any particular regulatory obligation. As a security control, encryption is distinct from data governance concerns; note also that encrypting personal data generally does not render it non-personal, since the data typically remains recoverable and the encryption is reversible with the appropriate key.
Why it matters
Asymmetric encryption underpins much of the secure communication and identity verification that data protection programs rely on, from protecting data in transit to enabling digital signatures. Its two-key model solves a problem that symmetric encryption cannot address on its own: parties can exchange information securely without first sharing a secret key, because the public key can be distributed openly while the private key stays confidential. This capability supports both confidentiality and, through digital signatures, integrity and authenticity assurances.
For privacy and security professionals, it is important to keep asymmetric encryption in its proper place as a security control rather than a governance or compliance solution. Encryption is a technical safeguard concerned with confidentiality; it does not by itself establish data ownership, lineage, lawful basis, or retention practices, which fall under data governance and the applicable legal regime. A common expert-level error is to assume that encrypting personal data removes it from regulatory scope. Encryption is generally reversible with the appropriate key, so encrypted personal data typically remains personal data and continues to attract the associated obligations.
Because this entry defines the mechanism only, it does not assess whether deploying asymmetric encryption satisfies any particular obligation. Whether a given implementation is adequate depends on context, including algorithm choice, key length, key management, and how the control maps to the specific requirements of the applicable framework, none of which are within the scope of this definition.
Who it's relevant to
Inside Asymmetric Encryption
Common questions
Answers to the questions practitioners most commonly ask about Asymmetric Encryption.