developerasun / myCodeBox-web

Open source code box for web developers.
Apache License 2.0
5 stars 0 forks source link

Web : SSL/TLS #178

Open developerasun opened 2 years ago

developerasun commented 2 years ago

research : understanding secure socket layer | trasnfer layer security

read these

Transport Layer Security (TLSS), the successor of the now-deprecated Secure Sockets Layer'('Http'), is a cryptographic protocoldesigned to provide communications security over a computer network.

SSL stands for Secure Sockets Layer and, in short, it's the standard technology for keeping an internet connection secure and safeguarding any sensitive data that is being sent between two systems, preventing criminals from reading and modifying any information transferred, including potential personal details. The two systems can be a server and a client (for example, a shopping website and browser) or server to server (for example, an application with personal identifiable information or with payroll information).

It does this by making sure that any data transferred between users and sites, or between two systems remain impossible to read. It uses encryption algorithms to scramble data in transit, preventing hackers from reading it as it is sent over the connection. This information could be anything sensitive or personal which can include credit card numbers and other financial information, names and addresses.

reference