Asymmetric encryption is a cryptographic technique that uses a pair of keys: a public key for encryption and a private key for decryption. It enables secure communication without sharing secret keys beforehand. Asymmetric encryption underpins modern secure communication. Example: RSA used in HTTPS connections.