|
Quick SSL Fact:
There are a number of different encryption methods that can be employed to assure the data is not readable by anyone interecepting the communication. These "Cyphers" include:
DES - Digital Encryption Standard
DSA - Digital Signature Algorithm
KEA - Key Exchange Algorithm
MD5 - Message Digest algorithm
RC2 - Rivest encryption cipher
RC4 - Rivest encryption cipher
SHA-1 - Secure Hash Algorithm
Triple DES - DES used 3 times
Others
RC2 and RC4 support 128bit encryption. 128 bit encryption allows for 3.4 * 1038 (34 with 37 zeros to the left of the decimal place) possible keys. These are extremely hard to crack while 40bit encryption allows for 1.1 * 1012 possible keys.
SSL Performance Issues:
Bandwidth considerations are not an issue for most small or medium sized businesses. SSL transactions can however increase by about 1k bytes each which would typically only be a concern when large numbers of transactions are ocurring.
Processor Usage is increased with SSL connections but again, this should only be a concern on servers running numerous transactions per minute. Processor usage can also be minimized by using the most processor effeicient encryption methods (RC4 and MD5 are much less processor intensive than DES or Triple DES).
|