• Kali Linux Bible Book
    Kali Linux Bible Book Cover
  • Home
  • Blog
  • Books
    • Kali Linux Bible Book
    • Web Penetration Testing Like The Pros
    • Application Security Pre-Engagement
  • Online Courses
    • Cracking Hashes with Hashcat
    • Kali Linux Training
    • Exploitation Development Using The Metasploit Framework
    • Learning The Social Engineer Toolkit
    • Cryptography Using Python
    • Pentests Automation
    • Python & Kali Linux
  • About Me
  • Contact the author

SSL Simplified

May 26, 2015

Here’s a simple definition of how the SSL handshake works:

The SSL uses asymmetric encryption to privately share the common password to be used later in the communication for symmetric encryption.

SSL Handshake:

  1. The client initiates the connection and says he wants to connect with the server.
  2.  The server sends the certificates to the client with a “public key”.
  3.  The client receives the official certificate / check if it’s valid then uses that public key (sent from the server) to encrypt a secret password (for symmetric encryption) for communication.
  4.  The server receives that encrypted message and uses his “private key” to decrypt it, then he uses the password for encrypting/decrypting the communication using “Symmetric encryption”.

 

Voila, I hope that this definition will help you grasp the basics.

Share

Website Security

GusKhawaja
Gus Khawaja is a security consultant, as well as an author in Cybersecurity. Gus Holds a BS degree in Computer Science and worked in IT security and Web application development. Gus has successfully delivered and developed IT solutions for companies in Canada. He is passionate about Technology and loves what he’s doing. After many years of experience in computer science, he has turned his attention to cyber security and the importance that security brings to this minefield. His passion for ethical hacking mixed with his background in programming and IT makes him a wise swiss knife professional in the computer science field.

  • The Best [email protected] Book

    Hack Like The Pros

    Kali Linux Bible Book

    Kali Linux Bible Book Cover

  • Do You Want More Like This!




© Copyright Ethical Hacking Blog