-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
ASP.NET Web API Security Essentials
By :
The Secure Sockets Layer (SSL) encryption protects the credentials exchanged between a client and a server. SSL enables a secure channel to transfer authentication messages in an encrypted format. The 128-bit and 256-bit SSL encryption techniques are more secure. Required 128-bit or 256-bit SSL is used if confidential or personal data is to be transmitted between a client and server. It is very difficult to decrypt the content that is encrypted using the 128-bit or 256-bit encryption technique.
SSL and Transport Level Security (TLS) use a combination of public key and symmetric key encryption. The SSL handshake is an exchange of messages during the initial communication between the server and client. Using public-key techniques allows the server to authenticate itself to the client during this handshake process.
RSA is a key exchange algorithm that governs the way the server and client determine the symmetric keys to use during an SSL handshake. The...
Change the font size
Change margin width
Change background colour