Files
30-seconds-of-code/glossary/SSL.md
Stefan Feješ a04d257c79 fix styling
2018-09-01 15:10:57 +02:00

6 lines
234 B
Markdown

### SSL
Secure Sockets Layer known as SSL is a protocol for transferring private data across the Internet.
SSL uses a cryptographic system that uses two keys to encrypt data.
SSL is the predecessor to Transport Layer Security (TLS).