PptxGenJS Presentation

1 of
Published on Video
Go to video
Download PDF version
Download PDF version
Embed video
Share video
Ask about this video

Page 2 (6s)

What is Https? HTTPS stands for Hypertext Transfer Protocol over Secure Socket Layer, Or HTTP over SSL is a web protocol developed by Netscape. HTTPS is a combination of HTTP and SSL/TLS protocols. HTTPS uses one-time encryption key to encrypt data send to and receive from the server. o The 'S' at the end of HTTPS stands for 'Secure'. It means all communications between your browser and the website are encrypted..

Page 3 (25s)

How Does HTTPS Work? HTTPS pages typically use one of two secure protocols to encrypt communications. — SSL (Secure Sockets Layer) TLS (Transport Layer Security) 'D An asymmetric system uses two 'keys' to encrypt communications, a 'public' key and a 'private' key. o Anything encrypted with the public key can only be decrypted by the private key..

Page 4 (41s)

Conti... • The security of HTTPS is that of the underlying SSL,Which typically uses long-term public key and private key to generate a short term session key which is then used toencrypt data between client and server. • X509 certificates are used to authenticate the server..

Page 6 (1m 1s)

What is a HTTPS certificate? When you request a HTTPS connection to a webpage , the website will initially send its SSL certificate to your browser. 'D This certificate contains the public key needed to begin the secure session. o Based on this initial exchange, your browser and the website then initiate the 'SSL handshake'. The SSL handshake involves the generation of shared secrets to establish a uniquely secure connection between yourself and the website..

Page 10 (1m 37s)

Benefits of HTTPS CD Protection : Secure visitor personal information reducing risk of compromised information. o Trust: Visual Everywhere is now a ranking signal and expected to become even more important in the future. Compatibility: In the future popular browsers like chrome will give warnings for websites using less-secure SSL certificates..

Page 11 (1m 53s)

Benefits of HTTPS Certificate (D Customer infomation, like credit card numbers, is encrypted and cannot be intercepted e Visitor can verify you are a registered business and that you own the domain. o Customer are more likely to trust and complete purchase from site that HTTPS..