SSL

Secure Socket Layer , A protocol designed by Netscape Communications to enable encrypted, authenticated communications across the Internet.

SSL used mostly (but not exclusively) in communications between web browsers and web servers. URL's that begin with 'https' indicate that an SSL connection will be used.

SSL provides 3 important things: Privacy, Authentication, and Message Integrity. In an SSL connection each side of the connection must have a Security Certificate, which each side's software sends to the other. Each side then encrypts what it sends using information from both its own and the other side's Certificate, ensuring that only the intended recipient can de-crypt it, and that the other side can be sure the data came from the place it claims to have come from, and that the message has not been tampered with.

Before using SSL in commerce, you'll also need to get is a certificate from a Certificate Authority (i.e. XtraOrbit).

Related Articles

Script

A type of computer code than can be directly executed by a program that understands the language in which the script is written. Scripts do not need to be compiled into object code to be executed.

Scrolling text box

A labeled, multiple-line form field in which users can type one or more lines of text.

SSI

Server side includes , is a set of tags which can be used within HTML pages to be replaced by something else, added ("included") by the server. An example might be that you have one file with...

Server

A computer, or a software package, that provides a specific kind of service to client software running on other computers. The term can refer to a particular piece of software, such as a WWW...

Server-Side Image Map

An image map that passes the coordinates of the cursor to a CGI handler routine on the server. Server-side image maps require your server to compute the target URL of the hyperlink based on the...