SSL provides a secure transport connection between applications. SSL is an effective method of protecting data which is sent over a local or wide area network and is now available on Brothers range of colour laser network machines. It works by encrypting data sent over a network, i.e. a print job, so anyone trying to capture it will not be able to read it as all the data will be encrypted.
It can be configured on both wired and wireless networks and will work with other forms of security such as WPA keys and firewalls. When a Webmaster wants users of a site to enter an SSL connection, he or she simply codes a hypertext link with a prefix of " https:" in place of "http:". When the user clicks on the link, the browser automatically starts the SSL handshake, connecting to the default SSL port on the server (TCP port 443).
SSL was originally created to secure web traffic information, in particular data sent between web browsers and servers. For example, when you use Internet Banking and you see https:// and the little padlock in bottom right hand corner of the web browser, you are using SSL. It then grew to work with other applications such as telnet, printers and FTP software in order to become a universal solution for online security. Its original design intentions are still being used today by many online retailers and banks to secure sensitive data, such as credit card numbers, customer records etc.
SSL uses extremely high levels of encryption and is trusted by banks all over the world since it is unlikely that it will be broken.
There is 4 SSL components:
SSL Handshake Protocol
– negotiation of security algorithms and parameters
– key exchange
– server authentication and optionally client authentication
SSL Record Protocol
– fragmentation
– compression
– message authentication and integrity protection
– encryption
SSL Alert Protocol
– error messages (fatal alerts and warnings)
SSL Change Cipher Spec Protocol
– a single message that indicates the end of the SSL handshake
The sole benefit to using SSL on Brother’s colour laser network machines is to provide secure printing over an IP network by restricting unauthorised users from being able to read data sent to the printer. Its key selling point is that it can be used print confidential data securely. For example, a HR department for a large company may be printing wage slips on a regular basis. Without encryption, the data contained on these wage slips can be read by other network users. However, with SSL, anyone trying to capture the data will only see a confusing page of code and not the actual wage slip.
is a method for protecting data on transport layer sent over a local
or wide area network by using the Internet Printing Protocol (IPP), to prevent unauthorised users being able to read them. It achieves this by using authentication protocols in the form of digital keys, of which there is 2:
1. A public key – known by everyone who is printing.
2. A private key – known only by the printer used to decrypt packets and make them
readable again by the printer.
The public key uses either 1024bit encryption and is contained inside a digital certificate, which must be installed onto the client PC. These certificates can either be self signed or approved by a Certificate Authority (CA).
First, there are three different keys, Private, Public and Shared.
The Private key, know only to the printer, is associated with the Public key but not contained within the clients (senders) digital certificate. When the user first established the connection, the printer will send the Public key with the certificate. The client PC trusts that the Public key is from the printer with the certificate. The client generates the Shared key, and encodes it with the Public key, then sends to the printer. The printer encodes the Shared key with the Private key. Now the printer and client shared the Shared key safely, and established the safe connection for print data transferring. The print data is encoded and decoded with the Shared key.
SSL will not stop unauthorised users from accessing packets, however, it will make them un-readable without the private key, which is not disclosed to anyone apart from the printer. It can be configured on both wired and wireless networks and will work with other forms of security such as WPA keys and firewalls, given the appropriate configuration.
more from Wikipedia http://en.wikipedia.org/wiki/Secure_Sockets_Layer
more from Webopedia http://www.webopedia.com/TERM/S/SSL.html