> For the complete documentation index, see [llms.txt](https://wiki.songer.pro/interviewing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.songer.pro/interviewing/security-domains-and-technical-aptitude/cryptographic-protections/tls/does-tls-use-symmetric-or-asymmetric-encryption.md).

# Does TLS use symmetric or asymmetric encryption?

TLS (Transport Layer Security) typically uses a combination of both symmetric and asymmetric encryption. The symmetric encryption is used to encrypt data during the communication, and the asymmetric encryption is used to establish an authenticated and secure connection between the two parties.
