| Author |
Difference between asymmetric encryption over HTTP and HTTPS?
|
Luke Murphy
Ranch Hand
Joined: May 12, 2010
Posts: 299
|
|
Hi,
What is the difference (if any) between:
1. asymmetric encryption over HTTP (the client and server encrypt and decrypt messages)
and
2. HTTPS
Thanks.
|
 |
chinmay mohanta
Greenhorn
Joined: Dec 10, 2008
Posts: 2
|
|
HTTPs is HTTP over SSL/TLS i,e HTTP Traffic is encapsulated by the SSL/TLS protocol. SSL Protocol relies on
asymmetric cryptography to generate the protocol artifact namely the digital certificate. Which is used for server
authentication and also it contains the public key to be used for secure communication.
Hope it helps !!
|
 |
 |
|
|
subject: Difference between asymmetric encryption over HTTP and HTTPS?
|
|
|