Key Exchange Problems - Computerphile

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 341

  • @NovemberBegin
    @NovemberBegin 7 лет назад +98

    I love how he puts so much effort into the diagrams, and then they just make a digital animation for each diagram anyway

  • @funkynicco
    @funkynicco 6 лет назад +301

    RSA key exchange is fully susceptible by man in the middle as well. Sean has a private key and signs the data with its own key. Alice cannot know wether the data was encrypted and signed by Sean (man in the middle) or Bob since the real identity cannot be verified by an external authority. This is why we have certificates. SSL is what websites (HTTPS) are using to implement the whole chain of security features to finally become secure against man in the middle attacks.
    The final step that SSL does ontop of RSA key exchange is to verify the public key with the certificate that server sent to the client upon SSL negotiation, using a global certificate store. In short, certificates themself have to be signed by a certificate authority, which (typically) can only be modified by Windows Updates (for Windows) and alike.
    The certificates for HTTPS include the domain name in it's ServerName property to restrict the usage of the certificate to a particular website. The browser will make sure to verify this.
    I think this should have been mentioned in the video before people run off and use RSA by itself when it really isn't secure against man in the middle (but it is secure against capturing of the data where it is not re-encrypted).
    Side note, SSL includes all above mentioned features (configurable). If you're interested in playing around with this in programming, try out the OpenSSL library.
    Also HTTPS is typically using an SSL library such as OpenSSL. For example, Chrome uses "boringssl" which is a library 'forked' from (based on) OpenSSL.

    • @tubbalcain
      @tubbalcain 5 лет назад +4

      Really great comment, I salute you.

    • @windmael47
      @windmael47 4 года назад +2

      Thank you sir!

    • @aim2986
      @aim2986 3 года назад

      I think only diffie hellman is also secure against just capturing the data and not re-encrypting.

    • @funkynicco
      @funkynicco 3 года назад +1

      @YASH TRIVEDI Sorry for an extrodinarily late reply. I meant that RSA is secure against someone merely viewing the encrypted data. The RSA handshake has to be intercepted and new public/private key has to be generated in order to read (and potentially modify) the content. But this is what the certification process prevents.

    • @apall2764
      @apall2764 3 года назад +1

      Excellent Extension for this video thanks!

  • @hiperalee
    @hiperalee 7 лет назад +808

    "Oh yes, I'm Bob!"
    ...
    _But he isn't_

  • @daft_punker
    @daft_punker 7 лет назад +206

    The man, the legend, Dr. Mike Pound!

    • @slopeydopey3108
      @slopeydopey3108 4 года назад

      hello andres, looking forward to our next computer science lesson

    • @yashaswinis45
      @yashaswinis45 Год назад

      ​@@slopeydopey3108 sus

  • @ZombieBestOfficial
    @ZombieBestOfficial 6 лет назад +84

    Please keep doing this!

  • @chinmayrath8494
    @chinmayrath8494 Год назад +4

    I love how the host is so attentive and asked the question at the end. I had the same while watching the video

  • @Ribby00
    @Ribby00 7 лет назад +72

    Mike Pound is love. Mike Pound is life.

    • @zzzzzz1039
      @zzzzzz1039 3 года назад +1

      Mike Pounds the keyboard and your mom.

  • @appc23
    @appc23 7 лет назад +323

    that thumbnail face tho

    • @kindlin
      @kindlin 7 лет назад +20

      Came looking for this comment.

    • @UntouchedWagons
      @UntouchedWagons 7 лет назад +20

      He's about to apply his Diffie Helmen key.

    • @appc23
      @appc23 7 лет назад +5

      Not ashamed to say i saved it for future reference.

    • @akinoreh
      @akinoreh 6 лет назад +7

      00:26 Caught it!

    • @billoddy5637
      @billoddy5637 5 лет назад

      Emo Peter in his natural habitat

  • @Michael-vs1mw
    @Michael-vs1mw 7 лет назад +232

    * waiting for the elliptic curve cryptography video impatiently *

  • @andreicoco2427
    @andreicoco2427 4 года назад +7

    Mike is absolutely phenomenal! Rarely you see someone so knowledgeable and soooo funny at the same time. To use one of his words - "brilliant"!! :-)

  • @lillllliiill-r3e
    @lillllliiill-r3e 6 лет назад +1

    I am taking network security class in college and this video explore a little more in depth of what I have learned so far. Very satisfied all the works from computerphile. :)

  • @altrag
    @altrag 7 лет назад +5

    Forgot to mention the necessity of being able to safely share the public key, otherwise Sean could just nab that as well and do the same attack (why yes, I am Bob! You can verify that by checking me against the public key I just sent you!)
    That's where things like certificate authorities come in -- a (hopefully) trusted third party that can retain Bob's public key for him such that he doesn't have to send it to Alice himself and therefore Sean has no chance to inject himself into the conversation.
    Of course, that just punts the problem up a level: How can you trust that Bob's public key actually came from the CA? If Sean is operating at Alice's end of the connection, he could potentially intercept communication to the CA server as well as to Bob. As far as I know (and I might not be entirely accurate here..) this is resolved primarily by your OS and/or browser having a built-in list of trusted CAs (and we just assume that Sean hasn't been able to hack her browser or OS install.. if he had that level of access to Alice's machine, the whole question is moot anyway since he could just install a keylogger or whatever and capture the session directly.) So the CA send Bob's public key and authenticates themselves using their private key.. Alice can then use the CA's public key that she has stored locally to verify them, allowing her to safely retrieve Bob's public key and in turn use that to verify Bob.
    But that means trusting the CA (in the social sense, rather than the computational sense.) There was one big one from China this past year.. maybe 2..? that Google removed from Chrome's trusted list and the other major browsers slowly followed suit, because the CA wasn't acting trustworthy and could have potentially compromised security by double-issuing certificates and back-dating expiry dates and things like that. For the most part though, that's not a huge problem since CAs are basically out of business when the browsers stop trusting them -- meaning they have a huge incentive to play by the rules and those that don't won't matter for long either way.

  • @toniturnwald9890
    @toniturnwald9890 7 лет назад +30

    thank you for uploading and have a happy new year. cheerio Toni. PS: I really like all of your films, they are totally informative for me, cheers

  • @Anvilshock
    @Anvilshock 7 лет назад +10

    Dr. Conspicuously Inconspicuous Smirk is back!

  • @richardslater677
    @richardslater677 3 года назад

    I’ve watched most of this stuff on encryption and I don’t fully understand it, but this chap is brilliant at explaining what is going on plus the pros/cons of each system. Engrossing.

  • @AustinHarsh
    @AustinHarsh 7 лет назад +7

    Not only does RSA hope that your private key doesn't get leaked, it also needs to assume that only Bob can get an RSA key pair for his domain name. Anyways, great video guys!

    • @recklessroges
      @recklessroges 7 лет назад

      I create RSA for staff001.vpn.client_company_name_or_any_other_domain_that_I_want. My VPN only trusts my own CA. Create any domain that you like; unless you compromise my CA you are not getting in. (I also my Customer CA signing keys automatically roll on a monthly basis.)

    • @durnsidh6483
      @durnsidh6483 7 лет назад

      Reckless Roges Do you offer SRP certificates?

  • @UntouchedWagons
    @UntouchedWagons 7 лет назад

    I didn't understand much of this, but I love listening to Dr. Pound.

  • @tomihawk01
    @tomihawk01 6 лет назад

    Great video. Understanding these sort of key exchanges and realising how they can be broken by a Man in the Middle attack like this shows just what a huge security problem Superfish was (and probably still is on some computers). If you haven't seen it, look for the Computerphile video with Tom Scott from 2015 called "Man in the Middle Attacks & Superfish".

  • @danielgrunberger2621
    @danielgrunberger2621 3 года назад

    I have been wondering for a long time why we can't just encrypt the symmetric key with RSA and now i finally know the answer!!!!! Thank you :)

  • @fuatkarakus298
    @fuatkarakus298 4 года назад

    Clear explanation, I am master student at Turkey, security course lecturer doesn’t provide this explanatory. Thanks

  • @klwthe3rd
    @klwthe3rd 6 лет назад +19

    The best part of this video is when the interviewer says, "Diffie Hellman is dead in the water" and Dr. Mike Pound(with the most hilarious expression says, "Diffie Hellman is in REAL TROUBLE HERE!" I couldn't stop laughing and laughing! Awesome video.

    • @baatar
      @baatar 6 лет назад +1

      Funny British humor :)

  • @kindlin
    @kindlin 7 лет назад +1

    OK, so...
    We use RSA to verify your identity versus a database of public keys, in order use Diffie-Hellman to make a short-lived shared key, all to send a one-time private key for use with AES for the final communication.
    I love it!

  • @rikschaaf
    @rikschaaf 7 лет назад +77

    But then, how can we verify that the public key is actually Bobs public key? *Insert root certificate explanation here

    • @KuraIthys
      @KuraIthys 7 лет назад +11

      Root certificates are a whole other can of worms...
      There's a bunch of problems with it, but it gets kinda complex and I'm not a good person for explaining that...
      The Certificate issuing authorities are the heart of the problem in any event.

    • @0xSafety
      @0xSafety 7 лет назад +1

      totally agree. OP should just google "Honest Achmed" to get a explanation to the extend of this mess.

    • @nullptr.
      @nullptr. 7 лет назад +6

      Well here's a basic explanation. TLS guarantees the authenticity, Alice will know the key is Bob's public key because Sean cannot sign a certificate tied to his key that will be acknowledged by a certificate authority.

    • @recklessroges
      @recklessroges 7 лет назад +5

      NO! Not root certificate rubbish. Much more fun: Key signing parties! (Web of Trust.)

    • @AhsimNreiziev
      @AhsimNreiziev 7 лет назад +8

      +Kuralthes +Safety
      Certification Authorities, Root Certification Authorities and the Chain of Trust are not so much a mess, as much as they are simply *flawed* . Rather than rejecting the system outright because it doesn't perfectly defend against *every* conceivable attack, it should instead be a reminder that *NO* security mechanism is completely impervious to attacks -- especially not to attacks involving Human Error.

  • @novafawks
    @novafawks 7 лет назад

    Finally, a computerphile video I actually understand, thanks to my knowledge with PGP

  • @AndreuPinel
    @AndreuPinel 2 года назад

    I discovered this channel a few days ago and I am already addicted to it... I have watched a dozen of your videos already and I liked each and every single one. All the computerphile team has a gift, I wish I could explain things the way you do.
    One question came to my mind while watching this particular video though:
    After having watched this video it is clear why, even with the server's public key, an extra "final" key is needed (the one that is going to be used to encrypt the requests and the requests and the responses before the transmission) using the DH key "exchange" (I used the quotes because in another video it is very well explained that this key is not really exchanged but generated at both sides equally instead). But the generation of this key has a computing cost at both sides, especially at the server side which needs to generate DH symmetric keys for all clients that are connected to it.
    My question then is: wouldn't it be better that, instead of using DH, the client generated not a random symmetric key - not a good idea in case the server certificate's private key gets compromised, as it is explained in this video - but a random pair of private/public asymmetric keys and sent the public one to the server? (just keys, not certificates, no need to check any certification validity at this level), so the protocol would look something like
    1) client -> hello -> server
    2) server -> certificate with public key -> client
    3) client - checks the certification's validity and, if valid, generates a random pair of private/public keys
    4) client -> client's public key from step 3 encrypted with the server's public key from step 2 -> server
    5) server -> confirmation message encrypted with the server's private key (authenticity layer) + client's public key (confidentiality layer) -> client
    6) client - checks that the message from step 5 can be decrypted (this would confirm that its public key has really reached the server).
    7) client -> data request, encrypted with client's private key in 1st place (authenticity) + server's public key (confidentiality) -> server
    8) server -> requested data, encrypted with server's private key (auth.) and client's public one (conf.) -> client
    The benefit I see in this approach is that the cost of generating "final" asymmetric keys, even though it is going to be probably higher than using the DH process (maybe even higher than twice - the sum of the server's and the client's costs in DH), relies completely on the clients and this would give some rest to the server, which is the one that suffers the most. In case these keys generation part would take "too long" for the client, the keys generation could start asynchronously at the same time that the hello message is sent at step 1, and step 4 would have to wait until the client's keys are completed; of course, only if the server's certificate has been verified... but even if the server's certificate is not valid, that pair of keys could still be used/recycled by the client in a different session/web (even with a different server), so their generation would not be a waste of computing power, and would make the process faster for that other session - this would need a thorough testing by the client's developer to make sure that a pair of random keys is not erroneously flagged as "still-usable" (once assigned to a session, they should NOT be used by another one).
    Maybe this is all madness... but your videos made my imagination fly 😅

  • @lobrundell4264
    @lobrundell4264 7 лет назад +3

    Holy moly Dr. Pound is amazingly charming! Especially so when discussing nefarious business! :D

  • @PvblivsAelivs
    @PvblivsAelivs 6 лет назад +8

    Strictly speaking, it's not RSA that rescues it, but A's existing knowledge of B's public key. Otherwise, the network can step in and say "I''m the server you requested, and this is my public key," and you have gotten nowhere. Usually, it is some certificate authority that is built into the browser. But the point is there needs to be a public key that the man in the middle can't lie about.

  • @debroy8648
    @debroy8648 5 лет назад +10

    @2:10 "He isn't"
    That look though...XD

  • @ben-q2d
    @ben-q2d 7 лет назад +18

    6:00 “Other nefarious people are available” 😂

  • @MaxPicAxe
    @MaxPicAxe 4 года назад

    This series of videos are the best explanations ever thank you so much

  • @thegrimelitegamer37
    @thegrimelitegamer37 6 лет назад +3

    I’m starting with the man in the middle
    I’m asking him to change his ways
    And no message could have been any clearer
    If you wanna make the world a better place
    Take a look at yourself, and then make a change

  • @thomassynths
    @thomassynths 7 лет назад +83

    This video sidesteps a very important problem. How do I know I have Bob’s public key? For example, when Alice asks for Bob’s key, Sean can intercept that and send his own key, masquerading as Bob. You only pushed the problem one step down the stairs.

    • @DaRealBzzz
      @DaRealBzzz 7 лет назад

      Yeah, noticed that as well. Maybe there's a clever bit that we missed...

    • @sada0101
      @sada0101 7 лет назад +47

      Thats where certification authorities come in (i think). Only they can provide them. Essentially, certificates are the public key.

    • @voidvector
      @voidvector 7 лет назад +15

      Depends on the implementation.
      * In case of the browser, there is a whole "SSL/TLS certificate" scheme, where the root cert you used to verify is already installed on your computer (by Google, Microsoft, Apple, or Mozilla).
      * In case of SSH, you store the PK from first visit.
      * In case of random apps, they either piggyback off the SSL/TLS certificate system, or just carry their own public key cert with them in the app for verification.

    • @GAoctavio
      @GAoctavio 7 лет назад +4

      In the certification, the identification (among other things) is signed by the certfication authoritie, So alice will know she got Sean certificate and not Bobs

    • @sebastianelytron8450
      @sebastianelytron8450 7 лет назад +27

      "Pushing the problem one step down the stairs" is what infosec is all about. The more stairs, the better.

  • @patobrien2329
    @patobrien2329 2 года назад +1

    lucid and succinct! nicely done!

  • @suivzmoi
    @suivzmoi 6 лет назад +5

    we need a video on the Intel #Meltdown bug pronto

  • @abhisheksinha9027
    @abhisheksinha9027 3 года назад

    Eye opener. I was going to use ECDH. Thankfully now I know I should youe ECDH+RSA.

  • @flamencoprof
    @flamencoprof 7 лет назад +1

    I'm just glad you people are thinking hard about this, whilst I do my on-line banking on faith alone (so far).

  • @billy653
    @billy653 7 лет назад +166

    I paid £9000 to learn this

    • @Teneban
      @Teneban 7 лет назад +78

      I think you paid 9000£ to get a job. I don't think I could get a job in security by saying "I watch RUclips videos", heh.

    • @ervinzhou8251
      @ervinzhou8251 7 лет назад +8

      I paid OVER 9000 :OOOOOOO

    • @nikoerforderlich7108
      @nikoerforderlich7108 7 лет назад +3

      +ervin zhou
      Nah, it's EXACTLY NINETHOUSAND!!!!

    • @gemyellow
      @gemyellow 6 лет назад +27

      Mike Pound > 9k pound

    • @tgm607
      @tgm607 6 лет назад +22

      I paid £9000 to have Mike Pound teach me this at University of Nottingham... well worth it!

  • @Graanvlok
    @Graanvlok 6 лет назад +1

    THANK YOU - this is the info I've been looking for everywhere!

  • @IchBinKeinBaum
    @IchBinKeinBaum 7 лет назад +175

    1:25 Not calling the attacker Eve. Instant dislike, unfollow and uninstall.

    • @qOvob
      @qOvob 6 лет назад +13

      Maybe Mallory instead, Eve is for eavesdroppers.

    • @jeffgyldenbrand9754
      @jeffgyldenbrand9754 5 лет назад +13

      or Trudy for intruder :-P

    • @juliavanderkris5156
      @juliavanderkris5156 5 лет назад +2

      Or Mal/Mel

    • @macdjord
      @macdjord 4 года назад +5

      No. Eve is always a _passive eavesdropper_ . The _malicious active attacker_ is Mallory.

  • @Modenut
    @Modenut 7 лет назад

    Aaaah, the new pens are glorious. Thank you.

  • @telotawa
    @telotawa 6 лет назад +4

    Meltdown and Spectre soon pls

  • @741231478963
    @741231478963 7 лет назад +21

    I didn`t get it. What is preventing Sean from acting exactly like Bob in the second scheme?

    • @AustinHarsh
      @AustinHarsh 7 лет назад +9

      ¥δΣΩφ Sean does not have Bob's private key. We also assume that only Bob can get Bob's private key for the domain name he is hosting.

    • @togamid
      @togamid 7 лет назад +9

      Yes, but couldn't he decrypt the message from Bob with Bob's public key, encrypt it with is own private key and intercept the message where Alice trys to get Bob's public key und send his own instead?

    • @maxweltevrede7745
      @maxweltevrede7745 7 лет назад +1

      Ah I see what you mean now, this assumes of course that Sean cannot fake Bob's public key.

    • @hiqwertyhi
      @hiqwertyhi 7 лет назад +2

      no, he'd need to have the private key to decrypt, he can't decrypt using the public key

    • @AndrewMeyer
      @AndrewMeyer 7 лет назад +5

      * cue explanation of Certificate Authorities *

  • @martinisbutik
    @martinisbutik 7 лет назад +38

    Shaun? What happened to Eve? :)

    • @pierreabbat6157
      @pierreabbat6157 7 лет назад +11

      I thought he was called Mallory. Eve can only eavesdrop; she can't alter messages or create new ones.

    •  7 лет назад +5

      Lately, Eve got real stealthy and now controls both endpoints.

  • @srome0711
    @srome0711 6 лет назад +6

    Do the Spectre CPU flaw!

  • @seanc6128
    @seanc6128 7 лет назад

    Thanks for spelling "Sean" correctly.

  • @louai95
    @louai95 3 года назад

    my professor actually linked this video in the homework and had us watch it and the homework had questions about it

  • @superscatboy
    @superscatboy 7 лет назад

    Best. Thumbnail. Ever.

  • @wolfhd7509
    @wolfhd7509 2 года назад

    I'm glad Dr Pound listens to the 2 serving suggestion on the Pepsi haha

  • @Definitiv33
    @Definitiv33 2 года назад

    These explanation Videos are superb!
    Now i have some hope, that i can get through my exams :D

  • @ahmadalwazzan384
    @ahmadalwazzan384 6 лет назад +2

    the scenario he explains is when the bob and alice already trust each other (they communicated before and alice knows bobs public key), but what about when a connection is being established for the first time (bob has to give his public key to alice)? is man in middle possible still?

  • @SouMorse
    @SouMorse 29 дней назад

    The actual problem with using RSA for encryption of large amounts of information, like webpages and files instead of just key hashes, is that the larger the amount of information, the longer the calculation takes, so it's not efficient. Assymmetric encryption algorithms can take up to 2000x longer than symmetric encryption to encrypt and decrypt

  • @231123goku
    @231123goku 2 года назад

    This is awesome. Best explanation ever

  • @CarlTSpeak
    @CarlTSpeak 6 лет назад

    That is a genuinely terrifying thumbnail.

  • @dedbit6723
    @dedbit6723 7 лет назад +1

    The digital signature doesn't stop the man-in-the-middle attack because the attacker can gain access to the public key for decryption. I mean both Alice and Bob can realize that their communication have been intercepted but if Bob in that scenario sends something important right from the very start, that's basically it

    • @kevinwells9751
      @kevinwells9751 6 лет назад

      The public key is not to keep the message secret, it is only to show that Bob sent the message that says it came from Bob. Only he can sign the message with his private key, so any message that is de-signable with his public key definitely came from him. A man in the middle can learn what (g^a)%n and (g^b)%n are, but as we learned in the other videos, that isn't enough to decrypt the traffic

  • @pnc_luiz
    @pnc_luiz 3 года назад +2

    If there are no certificates involved (like SSH), this will only work if the first exchange is safe, right? From what I understood, if the first exchange is compromised then the following ones will be too. Can someone please give me some insight?

  • @minxythemerciless
    @minxythemerciless 7 лет назад +1

    What's to stop Sean doing the same man-in the middle attack on the private/public keys? It would require an out-of-band secure communication for Alice and Bob to know the true public key of each other.

  • @danhorus
    @danhorus 6 лет назад

    This video is really great. I'm glad I found it

  • @qm3ster
    @qm3ster 2 года назад +1

    The "He isn't." face

  • @lucians6759
    @lucians6759 4 года назад

    Nicely explained, thanks!

  • @RubenatorXY
    @RubenatorXY 6 лет назад

    We need a video on speculative execution!

  • @LuciolaSama
    @LuciolaSama 7 лет назад

    Mike Pound fan here, keep it up! :)

  • @CrashM85
    @CrashM85 7 лет назад

    Thank you for answering my question!

  • @adedejiemmanuel1
    @adedejiemmanuel1 5 лет назад

    This is beautiful.

  • @Charliepinman
    @Charliepinman 6 лет назад

    i think it needs more details? because people will assume that as long as you are the man in the middle at the start! you can still decrypt and get all the messages and just pretend to be bob, you couldnt jump in half way through for sure with this explanation, but you forgot to mention that certificate authorities give pre installed keys to peoples computers so that the initial handshake doesnt get hijacked. that is explained in a previous video as i remember

  • @dannyniu4268
    @dannyniu4268 7 лет назад

    Please talk about Post-Quantum Cryptography!

  • @SkinnyCow.
    @SkinnyCow. 6 лет назад +1

    been wearing that same sweater in the last 3 videos bro!

    • @baatar
      @baatar 6 лет назад

      Nothing wrong with having a video sweater.

  • @KrzysztofWolny
    @KrzysztofWolny 6 лет назад

    How RSA is preventing from MITM? MITM is not only about changing a message but also about reading it. So in presented scenario Shaun can still reads what Bob is sending to Alice and vice versa, as Bob in only signing a message, not encrypting it.

  • @Tehom1
    @Tehom1 7 лет назад +6

    Isn't Sean doing Malcolm's job?

    • @recklessroges
      @recklessroges 7 лет назад +2

      I call it Mallory's job

    • @adamweishaupt3733
      @adamweishaupt3733 7 лет назад +1

      I always thought it was Charlie to keep the letter scheme up

  • @sebastianmalton5967
    @sebastianmalton5967 7 лет назад +1

    How does using RSA prevent Sean from spoofing Alice's request to get Bob's public key. Couldn't he not block that and send his own?

  • @EverythingRox
    @EverythingRox 3 года назад +1

    What a legend!

  • @jovan88
    @jovan88 7 лет назад

    excellent video, are you going to do one on public key infrastructure to show how certificates are trusted, and how it ties into RSA?

  • @sunil_d_singh
    @sunil_d_singh 3 года назад

    One other problem that we would face if we only use RSA for sharing secret key would be that we would need public key of Alice (client) to encrypt the secret key. And in almost all the cases of web traffic, only servers have digital certificates, not the client.

  • @AdamZehavi
    @AdamZehavi 7 лет назад

    Normally as a client you'd have access to your server's public key, and Alice will send her message encrypted with the server public key so only your server will be able to decryped it, and same on the way back.
    When it comes to other services, you have a certificate authorities to verify the server Alice is talking to is really who it claims to be.

  • @xcalibur1523
    @xcalibur1523 4 года назад +1

    5:38 How did Alice knew what process had to be done with bg to get the same encrypted message which Bob made with his bg? Anyone help!

  • @bastawa
    @bastawa 7 лет назад

    Awesome video!!! Thanks

  • @VivekYadav-ds8oz
    @VivekYadav-ds8oz 3 года назад +2

    Wait, what stops Sean from doing the exact same? He could generate his own public and private key pair and tell Alice that his public key is Bob's public key. Now Alyce will use Sean's public key for verification purposes!

    • @ktheveg
      @ktheveg 8 месяцев назад

      For that, we have certificate providers. Usually all of our devices are preloaded with a certificate from a certificate provider (there's actually several preloaded). Ordinarily, Bob goes to the certificate provider and asks them to sign Bob's public key. When Bob sends the public key, Alice uses the certificate provider's public key to see if the public key that Bob sent is actually Bob. If not, then they know something's off. In this case, your browser would give a giant red warning.

  • @charan_75
    @charan_75 2 года назад

    As far as I understand
    Server sends the G, N and G^random signed with servers private key and sends along with the server certificate to client, once the client verifies the authenticity using PKI and he will send his G^random and encrypts this using servers public key. Thus they will both arrive at the shared secret key using DH with RSA. These keys are ephemeral, i.e a new key pair is generated for every new session with the server.

  • @DDranks
    @DDranks 6 лет назад

    Now, since the basics are done, the only thing left is to talk about the SSL and Certiciface Authories and the delegation chain, right?

  • @KhalilEstell
    @KhalilEstell 7 лет назад

    Loved this video!

  • @Alirezasp33dyz21
    @Alirezasp33dyz21 2 года назад

    This breaks if Sean is making modification while Alice and Bob are exchanging public keys. Sean can listen to Alice sending her public key (AlicePub) to Bob and instead of letting that public key reach Bob, he can send his own public key (SeanPub1) to Bob. Now Bob will sign the message containing Bob's public key (BobPub) using what he falsely believes to be Alice's public key (SeanPub1) and try sending it to Alice. Sean, man in the middle, then can decrypt the message and send another public key (SeanPub2) to Alice. In this way Bob successfully deceived Alice and Bob about each other's public keys.

  • @okbazoueghui6590
    @okbazoueghui6590 6 лет назад

    thank you very much the video is really helpful

  • @aminthemar
    @aminthemar 4 года назад +1

    1:25 He lied about his name too? It's TRUDY!

  • @AntoshaPushkin
    @AntoshaPushkin 7 лет назад +1

    What happens if Sean uses the same man-in-the-middle attack to fake someone's public key?

  • @EpicWink
    @EpicWink 7 лет назад

    Did you cover how the public key is distributed in the first place? How do we verify a public is not one just sent from Sean?

  • @ArKa_47
    @ArKa_47 3 года назад

    beautiful

  • @isaacng123456789
    @isaacng123456789 7 лет назад

    I think there is an error in the animation. When Alice generate a key a, she debts out g^a, not g*a. And when bob send message back to Alice, bob debts out g^(ab) not g*a*b.

  • @Jure1234567
    @Jure1234567 5 лет назад

    What do you think of this scheme: say a user wants to request from a website a page with url /pages/index.php. His browser prepares two requests forbthevserver and hashes the second request that it plans to send to the server later and saves the first two bytes of the hash result. Then the user's browser generates such ECDH key pair that the public one contains in any part of it the same two consecutive bytes as the hash's first two bytes by repeatedly recreating the key pairs. After that the public keys are negotiated with the remote server and the ECDH secret is calculated. And the second thing sent to the server is say an URL request (say get or post). As the server receives that request, it calculates the hash of the URL request it just received then gets the first two bytes of it and checks whether the public key which the server "thinks" belongs to the real user, actually contains those two consecutive hash bytes in it. The man in the middle attacker won't be able to prepare for the server such ECDH public key that would 100% contain that particular two byte sequence of the future request hash. Well, maybe not two bytes exactly, but one byte and say few bits to make calculations faster, it is even possible to set bit sequence in public keys instead of byte sequence and search for the sequence starting from any bit in the public key. And URL request is just a sample: of cause it can be any type of the second request the client plans to send to the server after establishing the encrypted link. We don't use the first request here to prevent the man in the middle from delaying server request until the first request is sent, as he could create proper keys after he gets the first request from the client.

  • @rationalpickle
    @rationalpickle 6 лет назад

    Make a video about meltdown/spectre please!

  • @vishweshchaudhari5285
    @vishweshchaudhari5285 3 года назад

    I have computer science degrees but no one explained like him back then, but i see he stopped making videos 😒

  • @PeregrineBF
    @PeregrineBF 7 лет назад

    I feel like these videos gloss over too many of the important issues with RSA - Padding and the need to use different keys for signing and encryption being the biggest ones. A video on Bleichenbacher's Oracle would be a good thing.
    Also RSA is very slow compared to EdDSA or even ECDSA. Since we're not directly encrypting messages and just using it for signing there's not much reason to use it outside of backwards compatibility with very old devices. If you're building a new system use Ed25519 or Ed448 via Libhydrogen or Libsodium.

  • @majeddaas
    @majeddaas 4 года назад

    I was waiting him to talk about certificate authorities to authenticate the public key of bob.. the video ended and I'm still waiting 🤣🤣🤣

  • @jeremyahagan
    @jeremyahagan 6 лет назад

    I read somewhere long ago that not only was bulk encryption of data using RSA inefficient, but that there was issues with encrypting anything longer than the private key. I can't find where I read this, but could someone please explain this?

  • @noahwolton7662
    @noahwolton7662 7 лет назад

    How do you derive the asymmetric keys? More maths please!

  • @pragtimehta4981
    @pragtimehta4981 3 года назад

    Can someone please explain how does a key exchange take place in case of DES / AES algorithm or in that matter any symmetric key algorithm? By the way excellent videos!!

  • @MoxxMix
    @MoxxMix 5 лет назад

    How and when did Alice get Bob's Public key, for verification?

  • @stitchvideos
    @stitchvideos 7 лет назад

    Hi, i love ur videos :)
    Could you do Kerberos including weaknesses?

  • @martijnjonkers8261
    @martijnjonkers8261 2 года назад

    If I already have a pre-shared public key of bob and know for sure that it belongs to the private key of bob. Is DH enough to authenticate the server? I think the key exchange will always fail to produce the same value when there is someone else pretending to be bob. Right?

  • @karnansooriyakumar8002
    @karnansooriyakumar8002 4 года назад

    thank you so much sir

    • @onabanjodorcas4807
      @onabanjodorcas4807 4 года назад

      Continue working with *Ronaldhacks_01 on ||G* he will always help you

  • @FreedomForKashmir
    @FreedomForKashmir Год назад

    I have a question ..... is 'g' same in both cases (Alice and Bob) or it can be different for both.
    How is 'g' and 'n' selected/shared before everything?

  • @rudolphflowers3287
    @rudolphflowers3287 Год назад

    Question.....what would likely cause a Key exchange server password corruption? Is it likely to inexplicably fail without any type of human interface if it is encrypted?