Security+ HTTPS and SSL
Loading...
14,566
Loading...
Uploader Comments (777stevej777)
see all
All Comments (17)
-
Hello Bro..Even though i know all of this, i want to show you respect and thank you for great videos..I have seen tons of videos and describing material, but you keep it simple without loosing main point. So i can also recommend this! Regards from Serbia to All Worls :))
-
I just bought one of your books, then went looking for videos and here you are! Taking the test tomorrow. Wish me luck....
-
"Let's say I want to by a book on Amazon", sneaky sub-conscious advertising there :P
-
Get cheap SSL certificates. VeriSign/GeoTrust/RapidSSL/Thw
ate SSL certificates at lowest price. mycheapssl(.)com
remove ( )
-
Thanks for the tutorials, much appreciated.
-
Thank you!
Loading...
Buying a book on Amazon is actually the same analogy I used dozens of times in the classroom before I ever wrote the book. Buying something from Amazon is something that almost everyone studying for Security+ has done before so they can easily relate to the process. From a teaching and learning perspective, if I can help you build on knowledge you already have, it's a lot easier than teaching everything from scratch.
777stevej777 9 months ago
Yes, Anonandro. The server uses only 1 key pair (1 public key & 1 matching private key), with the certificate holding the public key & the server keeping the private key private. Client1 uses the server’s public key to encrypt the session key of 53 and only the server can decrypt this session key with the server’s private key. In your example, Client2 uses the server’s public key to encrypt the session key of SK and only the server can decrypt this session key with the server’s private key.
777stevej777 1 year ago
Moshenokoji, Congrats on a great score.
777stevej777 1 year ago
BrodJJ, That’s a great question “what does the client use to create the session key?” It’s much deeper than you’ll need for the Security+ exam but I understand curiousity. It’s actually created from several different pieces of data, but not the client’s private key since there’s no guarantee that the client has it’s own certificate with it’s own private key. If you want to dig deeper, check out Microsoft’s KB article 257591 (Search Google for KB 257591)
777stevej777 1 year ago
Hey Darril, when the client creates the session key, are they essentially taking their own private key, and encrypting it with the server's public key? Or do they have some other random key which is generated for the occasion, before being encrypted using the server's public key?
BrodJJ 1 year ago
@BrodJJ @BrodJJ The session key is a random key generated by the client. The client doesn't need a key pair for this process. HTH, - Darril
777stevej777 1 year ago