quinnyfly wrote: » SHTTP uses symmetric key encryption and only encrypts the message, it is inferior to HTTPS or SSL over HTTP. I am pretty sure that was about all I needed to know for many of my exams about HTTPS and SSL with regard to their differences.
paul78 wrote: » I can't comment on what is on the exam since I am not familiar with it. But glad to hear that they don't ask about SHTTP which is not used anymore One clarification. SSL uses symmetric keys as well. The protocol uses an asymmetric encryption algorithm like RSA to first encrypt a random symmetric key to exchange. Then the symmetric key is what's used to encrypt the data using a symmetric algorithm like AES. The reason is that symmetric algorithms are much faster for procssing larger amounts of data.