Breaking Down the TLS Handshake

Sdílet
Vložit
  • čas přidán 15. 06. 2024
  • John walks through the process of the TLS handshake between client and server (BIG-IP).
    Related Resources:
    - Lightboard Lesson video explaining what is in a digital certificate: • What's in a Digital Ce...
  • Věda a technologie

Komentáře • 276

  • @kallikantzaros
    @kallikantzaros Před 3 lety +16

    CLIENT:
    - Browser wants to establish connection to a server.
    - Client sends Hello’ message
    - TLS protocol number (1.2,1.3)
    - Cipher suite client supports
    SERVER:
    - Server sends ‘Hello’ message
    - Server sends certificate file
    - Includes server’s public key
    - Server sends ‘Hello done’ message
    CLIENT:
    - Client checks that certificate file
    - Checks if it has been revoked
    - Checks if it is still valid
    - Client generates ‘Pre-Master Secret Key’ (PMSK)
    - Client pulls some characters from server’s public key, encrypts that with server’s public key, and creates Pre-Master Secret Key
    - Based on PMSK, it will generate SYMMETRIC KEY from that PMSK that will be used for bulk encryption.
    - Client sends ‘Client finished’ message
    SERVER:
    - Server decrypts PMSK with his private key
    - Server creates SYMMETRIC KEY by decrypting PMSK. This symmetric key will be same as client’s symmetric key because it was encrypted with PMSK.
    - Server sends ‘Change Cipher Spec’ message. This tells client to change from asymmetric to symmetric key exchange
    - Server sends ‘Finished’ message
    END:
    Both of them have symmetric key used.

    • @MrReklez
      @MrReklez Před rokem +1

      Great summary . Thanks

  • @JamesEtc3417
    @JamesEtc3417 Před 2 lety +2

    Wow this is great. It takes months to truly get your head around this but vids like this make it so easy to refresh my memory

  • @mferreira1231
    @mferreira1231 Před 3 lety +18

    That was an amazing explanation, perfectly understood having the basics. Thank you

  • @joshuaeuceda4635
    @joshuaeuceda4635 Před 2 lety +2

    The waterfall analogy was outstanding, provided an excellent framework for further study.

  • @pankajchaturvedi3176
    @pankajchaturvedi3176 Před 2 lety +2

    The most thorough explanation of TLS Handshake. Thank you!

  • @zajec11
    @zajec11 Před 4 lety +78

    Video is mirror image flipped, and the tshirt he's wearing has the text printed also mirror image flipped. That's how he's able on the glass so well.
    Now start learning some TLS!

    • @arduinoguru7233
      @arduinoguru7233 Před 4 lety

      first wait until I change from 240p to 1080p maybe he wroth it flipped ,

    • @thisiswill
      @thisiswill Před 4 lety +1

      Thanks. Thought that was going on but I was so distracted considering what if he was just so good writing backwards, that I had to rewatch halfway to pay attention.

    • @PortuguesePirate99
      @PortuguesePirate99 Před 3 lety +1

      See thats the first thing i was thinking and then scrolled through the comments to find out and you are top comment so thanks bro

    • @prat-man
      @prat-man Před 3 lety +1

      My mind is flipped. My eyes take in light flipped too. Double flip.

  • @ramkumark8901
    @ramkumark8901 Před 3 lety +1

    after went through so many other videos. Finally got clear picture only from your explanation. Very good explanation, thanks !

  • @terrancepinkney777
    @terrancepinkney777 Před 3 lety +2

    Thank you for helping me better understand this. I'm studying for my cert and I kinda understood reading it but this makes more sense! Awesome video and explanation.

    • @devcentral
      @devcentral  Před 3 lety

      Thanks Terrance...glad you enjoyed the video!

  • @liva236muzika
    @liva236muzika Před 6 lety +2

    Great video, simple explanations, not dumbed down, not too technical. Good learning experience.

    • @devcentral
      @devcentral  Před 6 lety

      glad you liked it!

    • @devcentral
      @devcentral  Před 6 lety

      hi liva236muzika~ was wondering if we could use your quote for a little promo?

    • @liva236muzika
      @liva236muzika Před 6 lety

      Yeah, no problem. Let me know when you put it on CZcams or wherever, I would love to see it.

    • @devcentral
      @devcentral  Před 6 lety +1

      Actually added it to a tweet: twitter.com/devcentral/status/973325328314707970 RT if you have a handle! Thanks again!

  • @md.bidyuth6441
    @md.bidyuth6441 Před měsícem

    Thanks Xians for making this concept so easy.

  • @imashish86
    @imashish86 Před 3 lety +1

    This is CooL. Better explanation than Google's IT certification video! Thanks a lot!!!

  • @praiasteam
    @praiasteam Před 7 lety +1

    Great video and explanation! Thank you very much!

  • @matmaximiliano
    @matmaximiliano Před 4 lety +2

    Amazing explanation! Thank you for sharing!

  • @pankajh4u
    @pankajh4u Před 5 lety +1

    Brilliant way to explain the concept....loved it

  • @metalalive2006
    @metalalive2006 Před 4 lety

    Thanks & really appreciate your work .
    I have one question here :
    at 7:51, should Change Cipher Spec be sent before Client Key Exchange or after that ?
    I think Change Cipher Spec should be the last one sent in plaintext (accroding to RFC5246) , but not sure if we must encrypt Client Key Exchange before sending it out.

  • @viky789
    @viky789 Před 4 lety +2

    Just what i was looking for. Appreciated

  • @mortalbm
    @mortalbm Před 2 lety +1

    Best explain I'd ever seen.

    • @devcentral
      @devcentral  Před 2 lety

      We appreciate the comment! Glad you liked it!!

  • @Zohdiak
    @Zohdiak Před 2 lety +2

    Thank you for explaining things perfectly!

  • @zakb.7108
    @zakb.7108 Před rokem +1

    Perfect explanation. I thought every time we encrypt with server certificate public key the whole time but it's not.

    • @devcentral
      @devcentral  Před rokem

      Thanks for the comment and glad you enjoyed the video!!

  • @ArjunSachdeva1908
    @ArjunSachdeva1908 Před 7 lety +1

    Excellent explanation. Thank you.

  • @juliantoon4502
    @juliantoon4502 Před rokem +1

    another good explanation need to watch a few times

    • @devcentral
      @devcentral  Před rokem

      Glad you liked it and we appreciate the comment!

  • @claudedjale3864
    @claudedjale3864 Před rokem +1

    Wow, it is amazing to know what happens behind the scenes. I would like to meet the people who create/invent these things.

  • @thecandel5479
    @thecandel5479 Před 5 lety +1

    very, very, very nice. Thank you very much. Small question: what means by (bulk data)?

    • @devcentral
      @devcentral  Před 5 lety

      glad you enjoyed it! bulk encryption (and thereby, bulk data) is the data transmitted between client and server after the key exchange takes place. This is, by far, the most data transmitted between client and server. The key exchange is simply there to exchange the keys that will be used in the symmetric (bulk) encryption.

  • @itsmith32
    @itsmith32 Před 2 měsíci

    You're so fcking good at making it so unclear and so hard to understand! Feeling like you're in fear that someone will understand this and take away your job from you.

  • @jemelsantiago
    @jemelsantiago Před 5 lety +1

    thank you for this nice explanation!

  • @olekristianrannekleiv762

    Very well explained, thank you.

  • @Varuntux
    @Varuntux Před 5 lety +1

    very nice explanation, thank you very much.

  • @YouTubist666
    @YouTubist666 Před 3 lety +1

    Excellent discussion. Thanks!!

  • @hnasr
    @hnasr Před 5 lety +5

    Thank you 😊 is this tls 1.2 or 1.3?

    • @devcentral
      @devcentral  Před 5 lety +2

      This is TLS 1.2 and prior. I did a TLS 1.3 handshake video here: czcams.com/video/yPdJVvSyMqk/video.html

    • @theartist8835
      @theartist8835 Před 3 lety

      you here Hussein ?

  • @bobslave7063
    @bobslave7063 Před 4 lety +1

    Thanks! You guys as always Rock!!!

  • @eoikiqwerty6148
    @eoikiqwerty6148 Před 7 lety +3

    nice videos. like your explanation on these topics. keep em coming.
    maybe next video about in depth certificate's?

    • @devcentral
      @devcentral  Před 7 lety

      thanks!

    • @devcentral
      @devcentral  Před 6 lety +4

      Also, here's another one I did on "what's in a digital certificate?"
      czcams.com/video/XmIlynkR8J8/video.html
      Enjoy!

  • @ayanSaha13291
    @ayanSaha13291 Před 2 lety +1

    Nice explanation! Thank you.

    • @devcentral
      @devcentral  Před 2 lety

      Glad you liked it and we really appreciate the comment!

  • @bajobozic4869
    @bajobozic4869 Před 6 lety +1

    Great stuff,thanks for sharing!!!

  • @omparikh4426
    @omparikh4426 Před 3 lety +3

    Great Content! can you please discuss tls upgrade for smtp server?

  • @mannylenis9312
    @mannylenis9312 Před rokem

    Great Video. One question, how often does that process kick off?

  • @sagarvyas3776
    @sagarvyas3776 Před 2 lety +1

    Its really amazing explanation on TLS handshake Thank you ... Just for my curiosity which application you used to record video with screen whiteboard option.

    • @devcentral
      @devcentral  Před 2 lety

      Thanks for the comment! This is how we create these: czcams.com/video/U7E_L4wCPTc/video.html

  • @netsnower
    @netsnower Před 5 lety +1

    GREAT video, thanks!!

  • @satksd
    @satksd Před 2 lety +1

    Thanks and that was great video. Have one question in the actual data transfer , the data is encrypted with symmetric encryption and the symmetric key is encrypted with asymmetric encryption for each session?

    • @devcentral
      @devcentral  Před 2 lety +1

      Thanks for the comment satksd! The whole point of the asymmetric encryption is to share the encryption keys for the symmetric encryption. So, for a given session, the client and server will begin by using asymmetric encryption to share the keys that they will both use for the symmetric encryption. The symmetric encryption is used for encrypting all the data that is sent between the client and server during that session. So, once the symmetric encryption keys are exchanged (via the asymmetric encryption), then the asymmetric encryption is not needed any more until a new session is established and new keys need to be exchanged.

  • @saileshb6758
    @saileshb6758 Před 3 lety +2

    Thanks! Pretty good explanation of how the TSL handshake works. Got a question around how the symmetric key is generated. So based on the video looks like, we create that pre-master secret from contents from the certificate that the server shared plus a key that client generates using some tools/security suite on the fly. Client then encrypts it using the public key that server shared in the certificate. Then client send it to the server. Server then decrypts it with the private key. The resultant decrypted content would then content the shared encryption key. Is my understanding right? Is there a security suite that needs to be present in the client to create such shared key? So shared encryption key generation is the responsibility of the client, correct?

    • @devcentral
      @devcentral  Před 3 lety +4

      Hi Sailesh...great question! When the client initially contacts the server to initiate the secure connection (CLIENT HELLO for TLS), the client sends a list of cipher suites that are available for use on the client browser. In that cipher suite is a list of possible symmetric encryption algorithms that could be used (most of the time, the symmetric encryption type is AES). When the server gets the list of cipher suites from the client, the server checks to see if any of the cipher suites match what the server is willing to use (the server has a pre-loaded list of cipher suites that are configured for that specific server). The server picks the cipher suite that best matches its list of cipher suites (at least one has to match or else the connection gets terminated). Then, when the cipher suite is established, it tells the client and server exactly what kind of encryption methods will be used for that session. For example, Diffie Hellman could be used for key exchange while AES is used for symmetric encryption. So really, both the client and the server are involved in the creation of the symmetric encryption key, but the server is the one that gets to drive the choices (with picking the cipher suite and also sending its public key for initial encryption). I hope this helps!

    • @devcentral
      @devcentral  Před 3 lety +2

      And, for more on cipher suites, you can watch this lightboard lesson. Thanks!
      czcams.com/video/ZM3tXhPV8v0/video.html

    • @saileshb6758
      @saileshb6758 Před 3 lety +1

      @@devcentral I feel that things are lot clearer now about the symmetric key mechanism now that I have gone through few of the videos and the comment from you guys here. Agree that both server and clients are involved. But, someone still has to create the shared key that both the party agree to use. Are they generated on the fly? Am I missing something?

    • @saileshb6758
      @saileshb6758 Před 3 lety +1

      @@devcentral Thanks for sharing. I had already seen that video which gave much better understanding about shared encryption. But, even going through them things were not clear how shared encryption key gets generated.

  • @Zen-lz1hc
    @Zen-lz1hc Před 2 lety +1

    That was entertaining to watch :)
    Thanks.

  • @magnus8664
    @magnus8664 Před 7 lety

    Could you do an video what describe ChaCha20 and Poly1305 that Chrome/Google uses ?

  • @lightninginmyhands4878
    @lightninginmyhands4878 Před 5 lety +1

    Great vid! Now that you have a video about certificates it'd be helpful to have a link to that in this video's description. Thanks

    • @devcentral
      @devcentral  Před 5 lety

      Great feedback! I just updated it. Thanks!

  • @abhijithks7419
    @abhijithks7419 Před 7 lety

    Hi john : great video, one question :
    If I am using the ssl client and server profile in which part
    Of the handshake that the certificates are validated for identity ? For both client and server side ?

    • @ryankaakaty4565
      @ryankaakaty4565 Před 2 lety

      I believe this is done through the CA - or Certificate authority, at least validating the Servers identity.

    • @Flixus98
      @Flixus98 Před 2 lety

      In this video the server does not request of the client to authenticate itself. Client authentication is optional but some connections require it

  • @antonfernando8409
    @antonfernando8409 Před 2 lety +1

    cool presentation. Questions: is the pre-master key actually exchanged, if so, what if man in the middle learned it, can it be used to create the eventual asymmetric key? Meaning during the TLS handshake is there vulnerability? 2nd question, is the final symmetric key ever exchanged? thanks.

    • @Flixus98
      @Flixus98 Před 2 lety

      The pre master secret is shared but encrypted with the public key of the server (found in the server certificate). That way even if someone can tap into the message they cannot decrypt it unless they know the servers private key.

  • @emmanuelsolano6833
    @emmanuelsolano6833 Před 2 lety +1

    Very well explained, pretty useful.

    • @devcentral
      @devcentral  Před 2 lety

      Glad it helped and thanks for the comment!

  • @diegoramos27
    @diegoramos27 Před 4 lety +1

    very good video thanks for sharing, one question, what is the encryption algorithm used to exchange communication between client and server ? is it AES ? thanks

    • @devcentral
      @devcentral  Před 4 lety +1

      Hi Diego...great question! The encryption algorithm used to exchange communication between client and server is negotiated in the initial part of the TLS handshake. That said, AES is almost always used in modern web applications today. I hope this helps!

    • @diegoramos27
      @diegoramos27 Před 4 lety

      @@devcentral Thanks for the reply ! another question... if you proceed to a site which is not using a valid certificate and then you get the warning and click on "proceed to unsafe" does the ssl handshake still happen ? if so, does encryption happen even if the certificate could not be validated ? Thanks

    • @devcentral
      @devcentral  Před 4 lety

      @@diegoramos27 great question! yes, even if the certificate is not valid, the TLS handshake should still complete (although it's possible to configure to drop the connection if the certificate is invalid). In this case, the client and server would still have an encrypted connection, but the client just wouldn't know for sure that the web server is the correct one.

  • @kumaravelrajan
    @kumaravelrajan Před 4 lety +1

    Thanks for the video!

  • @kanetla8692
    @kanetla8692 Před 2 lety

    As far as i know there's nonce in the handshake process. I know it's used to prevent some replay attack but I wonder if nonce is used to create pre master secret.
    Or Is pms only genereated from server's public key?

  • @vaibhavsaxena0786
    @vaibhavsaxena0786 Před 4 lety +1

    Thanks a lot , same I was looking for

  • @godnonamesleft
    @godnonamesleft Před 5 lety +2

    Very good. Thank you. I would like to learn how the symmetric key is first generated by the client.

    • @devcentral
      @devcentral  Před 5 lety

      Great question! The math behind these calculations can get pretty tricky, but here's a link to some good info on the key generation topic: stackoverflow.com/questions/3936071/how-does-browser-generate-symmetric-key-during-ssl-handshake

  • @stenly311
    @stenly311 Před 3 lety +1

    Would be great to know the reason why the client does not send the calculated primary key right away to the server instead of the pre-master secret/key? Only the server can decrypt that message anyway ...

    • @devcentral
      @devcentral  Před 3 lety

      Great question! The main point of a pre-master secret is to provide greater consistency between TLS cipher suites. Here's a thread with a little more info: crypto.stackexchange.com/questions/24780/what-is-the-purpose-of-pre-master-secret-in-ssl-tls

  • @rainfallen1064
    @rainfallen1064 Před 3 lety +1

    Very good explanation!

  • @puwanatth
    @puwanatth Před rokem +1

    amazing and easy to understand

    • @devcentral
      @devcentral  Před rokem

      We appreciate the comment and glad you enjoyed it!

  • @harshitshrivastava781
    @harshitshrivastava781 Před 5 lety +1

    Thanks for the video. One question I have.
    You mentioned that when server sends its certificate to the client, it also sends its public key. In this case, any MITM attacker can replace this certificate with its self-generated certificate signed using his private key and send to the client with his public key.
    So, client will have no way to identify if the cert+public key it received is from the actual server or from the attacker. Is my understanding correct?

    • @devcentral
      @devcentral  Před 5 lety +2

      Hi Harshit...great question! You are exactly right that a MITM could step in and send a self-generated certificate signed by his own private key. The issue, though, is that the MITM will have to get someone/something to sign the certificate. The easy answer is for the attacker to sign the certificate himself, but all modern browsers will notice that a certificate has been "self-signed" and will prompt a warning page to the user saying that the page you are attempting to view has a certificate that has been self-signed. The idea is that the Certificate Authority has to sign the certificate in order to avoid the browser warning page. And, a Certificate Authority is not going to issue/sign a certificate for a secure website that already has a valid certificate. The Certificate Authority is supposed to check these things before they ever issue a certificate and public/private key for a given website.
      Here's a quick article that I found that goes into a bit more detail: www.globalsign.com/en/ssl-information-center/dangers-self-signed-certificates/
      I hope this helps!

    • @harshitshrivastava781
      @harshitshrivastava781 Před 5 lety +1

      @@devcentral Thanks for the detailed explanation. Now I got the answer.

    • @bonbonpony
      @bonbonpony Před 4 lety

      @@devcentral But this in turn requires the Certificate Authorities to exists, so we're back to square one, because this requires trusting the Authorities :P And they can be the biggest Men In The Middle here, because of the scale of their power and lack of suspicion from the clients :q Imagine someone hacks the CA and swaps the keys to their own (happened already). Why do we need CAs anyway? Can't we do a two-sided key exchange without them? :q I see this entire CA thing as another huge pyramid scheme to squeeze money from people for selling certificates to them :q

    • @EJP286CRSKW
      @EJP286CRSKW Před 4 lety +1

      Bon Bon The answer is not correct. What he's omitted is that the CertificateVerify message which is sent after the Certificate message contains a digital signature signed by the private key, and that can be verified by its public key. So only the owner of that public key can create a valid CertificateVerify message.

    • @bala2k2
      @bala2k2 Před 2 lety +1

      EJP is correct .. Every browsers have CA root bundles installed which has the public key of trusted CA's who able to verfiry the sigature in certifcate which signed using their(CA) own private key at the time of CSR.. So any MITM hacked and replaced the certificate ,signature cannot be verified by browser and I think you will see warning message or connection may be dropped..

  • @omkarsawant6602
    @omkarsawant6602 Před 2 lety +1

    Very Informative, thanks

  • @Mike-mp6cd
    @Mike-mp6cd Před 4 lety +1

    whats the role of "client random number" and :"server random number" in generating the final symmetric key ?

    • @devcentral
      @devcentral  Před 4 lety

      Great question, Mike! The random numbers are used to calculate the symmetric key used for the bulk encryption algorithm. I did a video on how the RSA algorithm works here: czcams.com/video/rVQpK6NcYIE/video.html and I also did one on how the Diffie-Hellman algorithm works here: czcams.com/video/pa4osob1XOk/video.html
      I hope this helps!

  • @itihas9958
    @itihas9958 Před 5 lety +1

    What's stopping a hacker from using the symmetric key on the client side to communicate with server after it's generated? Does that question even make sense?

    • @devcentral
      @devcentral  Před 5 lety +1

      Great question!! If an attacker were to get the symmetric key from the client, he could definitely decrypt all communication between client and server. This is why it is so important to secure the symmetric key. This is also one of the reasons many clients and servers are moving to "Perfect Forward Secret" ciphers so that the symmetric key changes with every new session. Here's more info on Perfect Forward Secrecy in case you are interested: czcams.com/video/IkM3R-KDu44/video.html
      Hope this helps!

  • @atercat
    @atercat Před 7 lety +2

    Why doesn't the client just send a symmetric key to the big IP? What is the reason of the additional step with a pre-master secret?

    • @devcentral
      @devcentral  Před 7 lety +2

      Great question! The main point of a pre-master secret is to provide greater consistency between TLS cipher suites. Here's a thread with a little more info: crypto.stackexchange.com/questions/24780/what-is-the-purpose-of-pre-master-secret-in-ssl-tls

    • @atercat
      @atercat Před 7 lety

      I see now. Thank you for your videos. You're doing a great job!

    • @johnparker2007
      @johnparker2007 Před 6 lety

      Bro, Symmetric is based on PMK which is generated via public key of server ,so we need to have these steps

    • @EJP286CRSKW
      @EJP286CRSKW Před 4 lety

      F5 DevCentral Not really. The basic idea is never to transmit the session key, so it can never be intercepted.

  • @srimalnishantha6700
    @srimalnishantha6700 Před rokem +1

    Well explained. thanks a lot 👍

    • @devcentral
      @devcentral  Před rokem

      Glad you liked it and we appreciate the comment!

  • @gagangupta1255
    @gagangupta1255 Před 4 lety +1

    Awesome video

  • @gauravchimanji6920
    @gauravchimanji6920 Před 3 lety +1

    Great Video..!! One quick question.. How does the client verify that the (certificate and the public key) is coming from Big-IP not from an anonymous attacker?

    • @user-cd6vy2jg6f
      @user-cd6vy2jg6f Před 3 lety

      I believe this is what Cert authorities are for / root cert on the client.
      But would love a detailed answer

    • @devcentral
      @devcentral  Před 3 lety

      Great question! The certificate is signed by the Certificate Authority (CA) so the client can use that signature as the validation that the certificate is from the proper sender. The server typically sends a Certificate Signing Request (CSR) to the CA to get a signed certificate for the server. Then, the server can send that signed certificate to the client so that the client knows it has been signed by the CA.

  • @adedejiemmanuel1
    @adedejiemmanuel1 Před 3 lety +1

    In what sequence will TCP handshake and TLS handshake happen? Which one happens first in a connection?

    • @devcentral
      @devcentral  Před 3 lety

      Hi Azza...great question! The TCP handshake will happen first and then the TLS handshake. Thanks!

  • @abhaypratap5311
    @abhaypratap5311 Před 6 lety +1

    if someone hacked shared secret key then he can easily get all Information between client and server so what's solution??

    • @mustufashadab8201
      @mustufashadab8201 Před 4 lety

      It is better to use asymmetric key encryption which uses bashing algorithm

    • @EJP286CRSKW
      @EJP286CRSKW Před 4 lety

      mustufa shadab No it isn't. It is too slow, and it requires both peers to have a key pair.

  • @Joallyson
    @Joallyson Před 3 lety +2

    Amazing!

  • @paritoshd9776
    @paritoshd9776 Před rokem

    Does it protect TCP header and payload both? Or just the payload?

  • @christopherjholland
    @christopherjholland Před 2 lety +1

    Does symmetric key encryption used on top of the asymmetrical encryption, or do both nodes switch over to symmetric encryption? If so, why not asymmetrical to host and symmetric back to client?

    • @devcentral
      @devcentral  Před 2 lety +1

      Hi Christopher...great questions! The asymmetric encryption is used at the beginning of the handshake and the primary purpose of this is to share/create the keys that will be used in the symmetric encryption. Both sides start with asymmetric and then (once the symmetric keys have been created and verified), they both move to symmetric encryption for the duration of the session. I hope this helps!

    • @christopherjholland
      @christopherjholland Před 2 lety +1

      @@devcentral I figured that had to happen somewhere. Thank you

  • @mrhex5187
    @mrhex5187 Před 7 lety +1

    So, the communication starts with asymmetric cryptography and finishes with symmetric cryptography, so we have a hybrid cryptography. Very very good!

    • @christorok1906
      @christorok1906 Před 4 lety

      The asymmetric part is used for key distribution. The symmetric is used to reduce overhead and retain good performance.

    • @EJP286CRSKW
      @EJP286CRSKW Před 4 lety

      Chris Torok The PKI part is used for authentication. Asymmetric encryption isn't used at all except in the now deprecated DH cipher suites.

  • @GusRuss89
    @GusRuss89 Před 5 lety +30

    I'm left with one burning question.
    How did you learn to write backwards so well?

    • @madinakydyralieva3123
      @madinakydyralieva3123 Před 5 lety

      I wanted to ask the same question

    • @SaitoNakamura
      @SaitoNakamura Před 5 lety +16

      I'm pretty sure they've just flipped the video horizontally

    • @AamirSuhailDar
      @AamirSuhailDar Před 5 lety +2

      They just flip while recording. He is not lefty by the way. Recording does the job here.

    • @rafaelveggi
      @rafaelveggi Před 4 lety +1

      ​@@egregis21 I can read NEON on his pen at 7:09, looks like he is skillfully writing backwards.

    • @BalynOmavel
      @BalynOmavel Před 4 lety

      @Narendra Solanki But title on his shirt???

  • @Vikash0125
    @Vikash0125 Před 4 lety

    As far as I can understand, the first 4 steps(until hello done from big ip) are not encrypted . Or the first hello from client also includes its public key. I am confused. Please explain.

    • @mikexue5104
      @mikexue5104 Před 4 lety +2

      client never send its public key to server, client only use server's public key to encrypt message, while server can decrypt the message coming from client with its private key.
      after decryption, server knows the suggested pre-master-secret from client, then use its private key to encrypt pre-master-secret to create a symmetric key, send it back to client, client can decrypt this symmetric key by servers public key, if client get the original pre-master-secret, then it proves client is talking to the intented server, because by now no 3rd party knows this newly created symmetric key, for later communications client can use this symmetric key to encrypt, and server can use the same symmetric key for decryption.

  • @usersn0000
    @usersn0000 Před 2 lety +2

    Great explanation. Breaking something down that takes microseconds to complete into a 12min video.

  • @isthereanyname
    @isthereanyname Před 4 lety +1

    Very good. Well done.

  • @mahendranr4245
    @mahendranr4245 Před 4 lety +1

    In registry of one machine, If we enable client tls 1.0 and server tls 1.2 enabled, rest all disabled. Will it still allow communication?

    • @devcentral
      @devcentral  Před 4 lety

      Great question Mahendra! It all depends on how you configure, in this case, the server. If the client is using TLS 1.0 and the server is set to use TLS 1.2, then you can configure the server to abort the TLS handshake when it realizes the client can't use TLS 1.2. Or, you can configure the server to allow a downgrade to TLS 1.0 when it realizes that the client can only use TLS 1.0. So, it depends on how you configure the client cipher suite. I hope this helps!

    • @mahendranr4245
      @mahendranr4245 Před 4 lety

      @@devcentral Thanks John for your reply. Glad to hear from you. Much appreciated, if you can explain along with sample client/server communication example.

  • @gursimrantiwana2319
    @gursimrantiwana2319 Před 2 lety +2

    what technology is he using to present? Is this a camera trick or a special screen?

    • @devcentral
      @devcentral  Před 2 lety

      Behind the Scenes: czcams.com/video/U7E_L4wCPTc/video.html

  • @lukecaruana7062
    @lukecaruana7062 Před 2 lety +1

    super fkng awesome explaination

    • @devcentral
      @devcentral  Před rokem

      Thank you so much and thanks for the comment!

  • @ankurrajput7506
    @ankurrajput7506 Před 3 lety +1

    Awesome explanation.
    But I didn't get the difference between Pre-master secret and symmetric key. As per my understanding they are different names to the same key. Could someone please correct me?

    • @devcentral
      @devcentral  Před 3 lety +1

      Great question! The pre-master secret and the symmetric key are two different things. The main point of a pre-master secret is to provide greater consistency between TLS cipher suites. Here's a thread with a little more info: crypto.stackexchange.com/questions/24780/what-is-the-purpose-of-pre-master-secret-in-ssl-tls

    • @ankurrajput7506
      @ankurrajput7506 Před 3 lety +1

      @@devcentral Thanks a lot 😀

  • @zizifn9142
    @zizifn9142 Před 3 lety +1

    this guy know things...

  • @harmanpreetsingh6904
    @harmanpreetsingh6904 Před 4 lety +1

    Well explained👍

  • @skitz241
    @skitz241 Před 2 lety +1

    amazing vid thanks so much

    • @devcentral
      @devcentral  Před 2 lety +1

      Glad you liked it and thanks for the comment!!

  • @houseofdiego
    @houseofdiego Před 3 lety +1

    How is the symmetric key generated, exactly? And how can the server generate it in a way that matches what the client generates?

    • @akashnautiyal8207
      @akashnautiyal8207 Před 3 lety

      they use diffie hellman key exchange

    • @HughJass-jv2lt
      @HughJass-jv2lt Před 3 lety

      No, Akash... Diffie Hellam does NOT have to be used.
      Remember,
      the client sends over the *Pre-shared master key.*
      Okay... so what's that exactly?
      Well... its basically the *recipe* for the "symmetric key."
      However, the client does NOT send the "recipe" in *clear text.*
      Instead, the client ENCRYPTS the recipe using the Server's Public Key (aka, the certificate)...
      and THEN its sends it to the server.
      :]

  • @angelic123ish
    @angelic123ish Před 4 lety +1

    So, we can get 1 symmetric key (ONLY) out of Pre Master Secret ? The reason I ask, if both server and client are able to generate 1 symmetric key out of 1 PMS, I would think the answer is 1.

    • @devcentral
      @devcentral  Před 4 lety +1

      Hi...great question! The purpose of the Pre Master Secret is to ultimately create a shared symmetric key that the client and server can both use for the duration of that particular session. When the session is over (or renegotiated, etc), then the client and server will generate a new symmetric key for the new session. There would only need to be one pre master secret used to generate the shared symmetric key for a given session. But, like I mentioned, this entire process would happen again for any new sessions between the client and server (or a different client and the server). I hope this helps!

    • @angelic123ish
      @angelic123ish Před 4 lety +1

      @@devcentral Thank you for the explanation.

    • @EJP286CRSKW
      @EJP286CRSKW Před 4 lety

      F5 DevCentral Wrong. The master secret can be used to generate any number of session keys within the session.

  • @subhamthemusicalguy8851

    Awesome info

  • @raduhtred1243
    @raduhtred1243 Před 6 lety +1

    How are you doing the backwards writing trick? :)

    • @devcentral
      @devcentral  Před 6 lety +1

      Here's a little video explaining the "magic" of the writing: devcentral.f5.com/articles/lightboard-lessons-behind-the-scenes
      Enjoy!

    • @redteleph1
      @redteleph1 Před 6 lety

      So you had shirt text and logos embroidered backwards? I love the attention to detail!

  • @tushar8133a
    @tushar8133a Před 3 lety +1

    Superb!

  • @skannank92
    @skannank92 Před 4 lety +2

    Does the Master- Secret key keeps changing?

    • @devcentral
      @devcentral  Před 4 lety +3

      Hi kannan, great question! The secret key for the bulk encryption (i.e. AES) can change with every new session between the client and server. But, it doesn't always have to do this. It depends on how the server is configured to handle the encryption. For newer versions of TLS (1.3), the secret key will be required to change with every session between client and server. But for older TLS versions (1.2 and older), the key doesn't have to change with every new session. Thanks!

    • @EJP286CRSKW
      @EJP286CRSKW Před 4 lety

      F5 DevCentral That's not what he asked, and it isn't correct. The Master Secret doesn't change until the session is invalidated, and can be used to generate numerous session keys within that session.

    • @devcentral
      @devcentral  Před 4 lety +1

      @@EJP286CRSKW, the point of the initial response was to say that the type of key exchange can affect the frequency of key changing. In RSA, the Pre-Master secret is computed in the browser. This Pre-Master secret is encrypted with the server's public key and shared with the server so that the client and server can later create the Master secret. In Diffie-Hellman, the client and server generate a new key pair for each session. The private keys of both client and server are deleted immediately once the Pre-Master secret is computed. Still, the Pre-Master secret is used later to create the Master secret. The point here is that, using Diffie-Hellman (or DHE), the keys can (and will) change with each new session. That said, it is also true that, when the Master secret is generated, there are a variety of "session" keys that are created. The RFC lists these as "client write MAC key, server write MAC key, client write encryption key, server write encryption key, client write initialization vector (IV), and server write IV. Not all of these will be used (the IV keys are not always needed) but it is true that more than one set of "session" keys will come out of a given Master secret. Thanks for contributing to the conversation on this.

  • @jasonb3200
    @jasonb3200 Před 3 lety +1

    beginner question here... why not just the client generate the symmetric key, encrypt it with the public key, send it to the server. The server decrypts the message with its private key to obtain the shared symmetric key?

    • @JakeGPictures
      @JakeGPictures Před 3 lety

      Jason, the client needs to verify that the server is who they say they are before sending it’s own key, hence it first negotiates with the server to get the servers public certificate. Once the client has the certificate and public key it checks with a certificate authority (third party check which is briefly mentioned, but not drawn in the video) to verify the server is who the client expects it to be, only then will the client start negotiating symmetric keys.

    • @jasonb3200
      @jasonb3200 Před 3 lety

      @Jeggle Publishing Thank you for taking the time. I understand the initial authentication handshake but I appreciate you not making that assumption. My question pertains to what happens after, the necessity of the simultaneous calculation on both sides with the premaster as input to arrive at the symmetric encryption key. Could the client just have come up with this symmetric key, encrypt with the server's public key, send it. both sides acknowledge to use the symmetric key from then on?

    • @HughJass-jv2lt
      @HughJass-jv2lt Před 3 lety +1

      @@jasonb3200 LOL
      Honestly... what you proposed... is basically what happens anyway.
      LOL
      You're saying that, after the client CONFIRMS that the server is REALLY who it claims to be....
      "WHy doesn't the client just SEND the symmetric key directly?"
      But.. it doesn't.
      instead, it sends the *Pre-shared master key.*
      Okay... so.... what exactly is that about?
      Well... its basically the *recipe* "for" the symmetric key.
      It's the equivalent to "ME" needing to send "YOU" my grandma *special* German Chocolate cake.
      i have the ingredients... i have the Oven... and i have the recipe....
      so i could put in the *TIME & EFFORT* to "bake the cake" and then send it to you.
      Or,
      at the end of the day... i know that:
      You already have the Ingredients,
      You already have an Oven....
      So... it's actually easier if i just *SEND you my grandma's RECIPE...* and then you can BAKE the cake yourself.
      At the end of the day.... think about it this way:
      which is EASIER to send to someone:
      a) a German Chocolate Cake,
      or
      b) the *recipe* for a German Chocolate cake.
      ?
      The key exchange probably follows the *same* reasoning.
      :]

  • @olliveraira6122
    @olliveraira6122 Před rokem

    What I dont understand is how this makes the data secure by any means, cant a cleverly designed software follow all this communication and end up with the same symmetric key at the end (assuming the attacker is able to sniff every single package sent back & forth)?

  • @swayamraina4564
    @swayamraina4564 Před 5 lety

    I have a doubt,
    Since you said Pre-master secret is generated from the public key that means the logic to derive the secret is embedded into the client which makes MITM possible at this very point.
    As per this post, security.stackexchange.com/questions/63971/how-is-the-premaster-secret-used-in-tls-generated
    it has no relation with the public key of the server.
    Also, is the Server HELLO, certificate sharing done in separate calls (as depicted by you) ? if yes, isn't this bandwidth wastage?
    could you please clear out these doubts?

  • @sulekha3771
    @sulekha3771 Před 2 lety +1

    im a little confused... wouldn't it suffice if only one side generated a symmetric key? why is it necessary that even though it's the same symmetric key in a way another one would be generated by the web server?

    • @devcentral
      @devcentral  Před 2 lety

      Great question! In order for the cryptography to work, one side must encrypt the data and then the other side must be able to decrypt the data so they can read it. The way symmetric cryptography works is that the same key (same value) does both the encrypting and decrypting. So, if only one side had the key, then they would be able to encrypt the data, but the other side wouldn't be able to decrypt it. So, both sides need to compute the exact same symmetric key so that they can each use that key to encrypt/decrypt. I hope this helps!

    • @sulekha3771
      @sulekha3771 Před 2 lety

      @@devcentral That makes sense!. This computing of the same symmetric key applies to all symmetric encryption right and not only in this case scenario?

    • @devcentral
      @devcentral  Před 2 lety

      @@sulekha3771 yes, all symmetric encryption requires that the sender and receiver both have the same key.

    • @sulekha3771
      @sulekha3771 Před 2 lety +1

      @@devcentral I know but rather than both the sender and receiver having 1 key as I thought before they will both compute the same key (individually) to use to encrypt & decrypt data

    • @devcentral
      @devcentral  Před 2 lety

      @@sulekha3771 yes...that's right!

  • @chillyvanilly6352
    @chillyvanilly6352 Před 3 lety +2

    So the client does not have to provide it's own certificate? Or is that optional?

    • @devcentral
      @devcentral  Před 3 lety +1

      Hi Chilly Vanilly...great question! The client is not required to provide its certificate unless the server is configured to require client authentication. Then, the client would need to present a valid certificate to prove who they are in order for the handshake to complete. Thanks!

    • @chillyvanilly6352
      @chillyvanilly6352 Před 3 lety +1

      @@devcentral Ah, okay, thank you kindly for the quick reply! Great vid btw!

    • @HughJass-jv2lt
      @HughJass-jv2lt Před 3 lety +2

      @@chillyvanilly6352 Cliennt's usually provide a username/password to CONFIRM who they are.
      Thats the reason you are able to "LOG IN" in order to read your email.
      :]

  • @rheumaticharm9551
    @rheumaticharm9551 Před 2 lety

    I got everything but I have a single doubt. Pre master secret is derived from public key. And then it is encrypted and shared with the server. And then server has the same pre master key. And now both client and server makes a symmetric key. How? What kinds of algo do they use? And how do they ensure that they make the same symmetric key?

    • @rheumaticharm9551
      @rheumaticharm9551 Před 2 lety

      And where is this symmetric key stored in the server?

    • @rheumaticharm9551
      @rheumaticharm9551 Před 2 lety

      And how are these public keys and private keys decided by the server before sending to client? During the deployed of the application? Do the developer provide public and private keys?

  • @amitshukla2165
    @amitshukla2165 Před 4 lety +1

    Awsum teaching skills you have great for a fresher like me.................love from India

  • @shreddder999
    @shreddder999 Před 3 lety +2

    Is this allowed? Doesn't it have to be an elbow bump?

  • @siddharthmanumusic
    @siddharthmanumusic Před 4 lety +1

    How does it complete the transaction and tell the other side not to use that private key anymore?

    • @devcentral
      @devcentral  Před 4 lety +1

      Great question! The "change cipher spec" message essentially alerts the other side that it's time to move to symmetric encryption. Plus, all future messages after that are encrypted using the symmetric key instead of the public/private key pair. Thanks!

    • @siddharthmanumusic
      @siddharthmanumusic Před 4 lety +1

      Thanks for the quick reply! How is the data transfer process terminated and the symmetric key discarded?

    • @devcentral
      @devcentral  Před 4 lety +1

      @@siddharthmanumusic once the client and server establish the shared symmetric key, they use that key for encryption/decryption for the duration of that specific user session. Sessions typically last for as long as the client has the browser open to that specific page (or pages) or until there is no more client activity (like, when you visit a banking page and then don't take any action, they will sometimes ask if you are still there or want to extend the session). Thanks!

    • @siddharthmanumusic
      @siddharthmanumusic Před 4 lety

      F5 DevCentral Thank you! So when the TCP session ends, at the protocol level...

    • @EJP286CRSKW
      @EJP286CRSKW Před 4 lety

      Siddharth Manu The session key can be changed within the session, via an abbreviated handshake.

  • @neuroboost2585
    @neuroboost2585 Před 2 lety +1

    I don't understand when Difie Hellaman is used here. And why is it actually needed? Why a signed certificate with public key is not enough?

    • @devcentral
      @devcentral  Před 2 lety +1

      Thanks for the great question! In this particular example, the key exchange is RSA. So, you wouldn't see Diffie Hellman in this specific example. Here's a video of how Diffie Hellman would be used: czcams.com/video/pa4osob1XOk/video.html

    • @neuroboost2585
      @neuroboost2585 Před 2 lety

      @@devcentral Thanks man :)

  • @jaidahmed2955
    @jaidahmed2955 Před 2 lety

    Hi all
    Is anyone can help me here if i disable TLS 1.0 and enable TLS 1.1 and 1.2 then my crystal reports is not working

    • @devcentral
      @devcentral  Před 2 lety

      Hi and thanks for the comment. There are a number of articles and forums about this. try: answers.sap.com/questions/162610/2269180---disabling-tls-10-may-cause-crystal-repor.html
      and
      userapps.support.sap.com/sap/support/knowledge/en/2269180
      hope that helps!!

  • @simonlenz7057
    @simonlenz7057 Před 4 lety

    why does the client send the Pre Master secret and not immediately the symmetric key?

    • @devcentral
      @devcentral  Před 4 lety

      Great question! The main point of a pre-master secret is to provide greater consistency between TLS cipher suites. Here's a thread with a little more info: crypto.stackexchange.com/questions/24780/what-is-the-purpose-of-pre-master-secret-in-ssl-tls

  • @anas6435
    @anas6435 Před 6 lety

    nice explanation but you did not mention a specific Key Exchange algorithm (RSA / DH / DHE) which will affect this packet flow regarding certificates ... can you please do it ?
    BR

    • @devcentral
      @devcentral  Před 6 lety

      Hi Anas, thanks for the great question!
      Here's a video I did on how RSA works: czcams.com/video/rVQpK6NcYIE/video.html
      Also, here's a Perfect Forward Secrecy video (it goes into DH / DHE): czcams.com/video/IkM3R-KDu44/video.html
      The TLS handshake could use either one of these for key exchange depending on the configuration of the browser and web server. Let me know if you have any other questions. Thanks!

    • @anas6435
      @anas6435 Před 6 lety

      Thank you the videos were really helpful ,
      but can you please tell me if (DH-anon) has different approach in this TLS handshake ?

    • @devcentral
      @devcentral  Před 6 lety +1

      The DH-anon (Diffie Hellman Anonymous) key exchange is the same basic process as normal Diffie Hellman, but the difference is that it doesn't authenticate the keys that are exchanged between the client and the server. So, the key exchange still happens and the overall TLS handshake process is still the same, but it's just not as secure as normal DH. The recommendation is to never use Anonymous Diffie Hellman. I hope this helps. Let me know if you have any other questions!

    • @anas6435
      @anas6435 Před 6 lety

      perfect, thank you very much :)

  • @adam_hd
    @adam_hd Před rokem +1

    Thank youuu

  • @lathamanickavasagam5529

    each client generates a unique symmetric key, how does the server stores all these symmetric keys ? if million unique users hit a website does that mean that the server stores million symmetric keys?

  • @errorboom8888
    @errorboom8888 Před 3 lety +1

    But what is the pre master secret? ;/

    • @devcentral
      @devcentral  Před 2 lety

      Great question! The pre-master secret and the symmetric key are two different things. The main point of a pre-master secret is to provide greater consistency between TLS cipher suites. Here's a thread with a little more info: crypto.stackexchange.com/questions/24780/what-is-the-purpose-of-pre-master-secret-in-ssl-tls