Introduction to Secure Communications

For e-commerce an other applications a secure connection between the server and client can be essential. Typically, a secure connection involves encrypting data at one end and decrypting it at the other. In this way, even if your data link is being eavesdropped, no one (without a super-computer to spare) can decypher the contents.

For web applications, such secure connections typically involve either SSL or S-HTTP (and usually the former). For e-mails and other types of file transfer, a popular standard is PGP. More on these below.

SSL

SSL stands for Secure Sockets Layer and it's basically some software that receives data packets (from the TCP layer) and compresses and encodes them before handing them onto the next piece of the communications software (the application layer and HTTP in particular). HTTP then sends them to the appropriate destination where the reverse happens to obtain the original message.

Before encrypting any data, SSL first sends a "Digital Certificate" to the client computer. This does two things: Thereafter the host and client computers negotiate to determine the strongest encryption algorithm they both support and then they initialise their respective encryption engines.

Of course, the above process is completely transparent to the user other than an on screen indication that secure communication is in progress. Should the digital certificate be unsigned, out of date or not match the current domain the browser flags an error to the user and asks if they wish to continue.

SSL comes in various strengths where the main differentiation concerns the length of the key:

PGP

PGP stands for "Pretty Good Privacy". It's a public key encryption scheme intended for securely sending messages by e-mail or files over (say) the Internet. PGP is a proprietary solution developed by Phil Zimmermann and available in a range of packages depending on your requirements.

About Secure Communications

Secure Communications is a company that aims to help you with the transmission of your sensitive information be it financial, medical, intellectual property or whatever. We have access to a range of solutions and are always happy to discuss your requirements with you.