File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes Difference between asymmetric encryption over HTTP and HTTPS? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "Difference between asymmetric encryption over HTTP and HTTPS?" Watch "Difference between asymmetric encryption over HTTP and HTTPS?" New topic
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 !!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Difference between asymmetric encryption over HTTP and HTTPS?
 
Similar Threads
difference between http and https
Symmetric vs. asymmetric
Doubts on Security
New mock tests!
TCP vs HTTP Vs HTTPs