Explain SSL Secure Sockets Layer? areil 31-October-2008 05:05:38 PMComments This practical serves to explain the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, how they can be applied to a web application, Posted by waqasahmad “The primary goal of the SSL Protocol is to provide privacy and reliability between two communicating applications. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. ” Posted by HamidAliKhan SSL is used for encrypting data between web server and browser. Posted by waqqas1 http://compnetworking.about.com/cs/securityssl/g/bldef_ssl.htm Posted by eric Good URL on SSL http://en.wikipedia.org/wiki/SSL Posted by adalson007 SSL (Secure Sockets Layer) is the standard security technology for establishing an encrypted link between a web server and a browser. This link ensures that all data passed between the web server and browsers remain private and integral. SSL is an industry standard and is used by millions of websites in the protection of their online transactions with their customers. To be able to create an SSL connection a web server requires an SSL Certificate. When you choose to activate SSL on your web server you will be prompted to complete a number of questions about the identity of your website and your company. Your web server then creates two cryptographic keys - a Private Key and a Public Key. Posted by sagitraz |
Posted: 01-November-2008 12:22:05 AM By: sagitraz SSL (Secure Sockets Layer) is the standard security technology for establishing an encrypted link between a web server and a browser. This link ensures that all data passed between the web server and browsers remain private and integral. SSL is an industry standard and is used by millions of websites in the protection of their online transactions with their customers. To be able to create an SSL connection a web server requires an SSL Certificate. When you choose to activate SSL on your web server you will be prompted to complete a number of questions about the identity of your website and your company. Your web server then creates two cryptographic keys - a Private Key and a Public Key. | |
Posted: 01-November-2008 01:41:49 AM By: adalson007 Good URL on SSL http://en.wikipedia.org/wiki/SSL | |
Posted: 03-November-2008 01:16:01 PM By: eric http://compnetworking.about.com/cs/securityssl/g/bldef_ssl.htm | |
Posted: 25-November-2008 12:32:36 PM By: waqqas1 SSL is used for encrypting data between web server and browser. | |
Posted: 29-November-2008 02:23:20 PM By: HamidAliKhan “The primary goal of the SSL Protocol is to provide privacy and reliability between two communicating applications. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. ” | |
Posted: 06-January-2009 12:38:40 PM By: waqasahmad This practical serves to explain the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, how they can be applied to a web application, |