•
When you visit a website that doesn’t use HTTPS, your browser will show a warning. This is because, without HTTPS, the data exchanged between your browser and the website’s server is not encrypted. This means that sensitive information like passwords or credit card numbers can be intercepted and read by […]
•
How to work SSL Handshake –>>> Client initiates by sending a CLIENT HELLO message which contains SSL version that the client supports, in what order the client prefer the versions, Ciphersuits (Cryptographic Algorithms) supported by the client, Random Number. —>> Server will send back a SERVER HELLO message Which contains […]