What is an Open SSL? How it works?

Nowadays, we are using internet like we never used it before. We are using it for almost everything form watching watching videos to operating buisness (you may find many). But are you aware of all the terms that you encounter, may be you never heard them before and what about some problems or error messages that you encounter for say error 404 (although you know what it is now, if not please let me know in the comment). So, i think this is good if i write some threads expalining some terms which will help you in understanding more about internet you use daily. So in this series lets jump into Seventh topic, which is mainly related to software part which secure communication over internet, i am talking about Open SSL…..
So, Lets dig deeper and try to understand what it is and how it works!!!!

What is Open SSL?

  • OpenSSL is a software library for applications that secure communications over computer networks against eavesdropping or need to identify the party at the other end.

How it is works to provide encryption?

  • Once a connection is made between a client and server, the client requests a secure connection. It requests information about what types of cryptographic security the client supports.

What is the advantages & disadvantages of using SSL?

  • The advantages of OpenSSL include good licensing terms, availability of source codes, encryption, so that only authorised user can view the data.

Imagine this. You want to send a message to John. You don’t know where he is or what his other contact details are. You pass the message to Jane, who knows someone who knows John. The message then is sent to Jane, who then sends to this unknown party who passes it on to John. If Jane cannot connect to that party, she will try to find another person who can then take the message to John. The data passes through multiple nodes in the network. By default the data is all plain text and insecure. Jane and unknown others whom you pass the message to, can read your message. If it is something confidential, you are screwed.

Originally published at https://www.khabartechki.com.

--

--

Official page of Webude

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store