One Encryption Standard to Rule Them All! - Computerphile

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 พ.ย. 2019
  • We look at where the ubiquitous AES came from. Dr Mike Pound introduces the Rijndael algorithm.
    SP Networks: • Almost All Web Encrypt...
    How AES Works: • AES Explained (Advance...
    / computerphile
    / computer_phile
    This video was filmed and edited by Sean Riley.
    Computer Science at the University of Nottingham: bit.ly/nottscomputer
    Computerphile is a sister project to Brady Haran's Numberphile. More at www.bradyharan.com

ความคิดเห็น • 404

  • @GrandMoffTarkinsTeaDispenser
    @GrandMoffTarkinsTeaDispenser 4 ปีที่แล้ว +821

    This man is always dressed the same way his consistency is fascinating.

    • @fountaingoat6802
      @fountaingoat6802 4 ปีที่แล้ว +144

      He is computer generated

    • @alexandreperalta472
      @alexandreperalta472 4 ปีที่แล้ว +12

      He's the upgrade version of Max Headroom

    • @MarcAlexandrePaquette
      @MarcAlexandrePaquette 4 ปีที่แล้ว +102

      He's run on the same program as Tom Scott

    • @seangad8227
      @seangad8227 4 ปีที่แล้ว

      You have no power here!!!!

    • @olamarvin
      @olamarvin 4 ปีที่แล้ว +75

      Unless a better clothing algorithm is found, there's no need to use anything else.

  • @JeanRomainRoy
    @JeanRomainRoy 4 ปีที่แล้ว +440

    The man, the myth, the legend Dr Mike Pound

    • @Saturate0806
      @Saturate0806 4 ปีที่แล้ว +25

      *Dr Mike Pwnd

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 4 ปีที่แล้ว +22

      In his honour, instead of #hashtags in future, let us have £poundtags.

    • @INeedAttentionEXE
      @INeedAttentionEXE 3 ปีที่แล้ว +1

      I’m Sam pound, I’m number one, apologizing for what I’ve gone, if you’re wondering what that was I snuck into a bathroom and *beeeeeeeeeep*

    • @HEbr-rg2jz
      @HEbr-rg2jz 3 ปีที่แล้ว

      @@lawrencedoliveiro9104 £We_should_do_that

  • @_PsychoFish_
    @_PsychoFish_ 4 ปีที่แล้ว +415

    Other TH-cam Video: "hmm almost 10 minutes, I'll watch that later..."
    *sees Dr. Mike Pond*: "damn, this is not even 10 minutes..."

    • @edward3812
      @edward3812 4 ปีที่แล้ว +10

      ^ Dr. Michael Pound

  • @Shadow81989
    @Shadow81989 4 ปีที่แล้ว +262

    "We'll talk about this in another video."
    "Oh, and we'll talk about THAT in another video."
    "...and that!"
    Really looking forward to all these videos with one of the greatest guys on Computerphile (and there's some strong competition going on, make no mistake on that!).

  • @soyitiel
    @soyitiel 4 ปีที่แล้ว +378

    now I'm really looking foreward to that *_other video_* where we're gonna talk about all those other topics we couldn't in this one

    • @yodings
      @yodings 4 ปีที่แล้ว +19

      Im always looking forward to the topics that they wont go into in the current video..

    • @TheBrahmadath
      @TheBrahmadath 4 ปีที่แล้ว +2

      Happens to me all the time

    • @michalbotor
      @michalbotor 4 ปีที่แล้ว +3

      yes! enough chitchat! to the maths!! ;-)

    • @jayextarys8616
      @jayextarys8616 4 ปีที่แล้ว +1

      I had to screenshot that comment. That's beautiful.

  • @sebastianelytron8450
    @sebastianelytron8450 4 ปีที่แล้ว +473

    This guy carries this channel, probably single-handedly responsible for half a million subs

    • @3dlabs99
      @3dlabs99 4 ปีที่แล้ว +47

      He is very motivating -- I always feel like doing what he talks about as my next project :)

    • @casperes0912
      @casperes0912 4 ปีที่แล้ว +13

      Sebastian Elytron Brailsford.

    • @misterhat5823
      @misterhat5823 4 ปีที่แล้ว +41

      Hah. You can't be forgetting Professor Brailsford. I'm sure he's also responsible for a lot of subs.

    • @arik_dev
      @arik_dev 4 ปีที่แล้ว +23

      Him and Brailsford are the most compelling speakers, who also have many very interesting things to talk about. However, as an avid comp sci geek, you'd be hard pressed to find a video on this channel that I wouldn't want to watch.

    • @misterhat5823
      @misterhat5823 4 ปีที่แล้ว

      @@arik_dev I've found a few that didn't interest me, but they are few and far between.

  • @gauntletwielder6306
    @gauntletwielder6306 4 ปีที่แล้ว +36

    I have been fascinated with the complexity of encryption algorithms since I was a teenager decades ago.
    I was fortunate enough to get my hands on the original IBM publication that documented their DES. ( As proof, the only two inks used, were black and purple ) That documentation was incomplete. I managed to fill in the gaps and implement the DES in 6502 assembly language. It took 45 seconds to encrypt/decrypt 2048 bytes on a 1Mhz machine. I verified my implementation using the test data and expected results listed in the documentation. One of the main problems with DES, was that no one trusted it. The design goals/requirements were not made public. People felt it had questionable/nefarious origins.
    Along comes AES. Definitely faster than DES.

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 4 ปีที่แล้ว +53

    1:33 Two keys, not three for triple DES. That’s what it says in Tanenbaum’s _Computer Networks_ text, 4th ed, page 740. You encrypt with key K₁, decrypt(!) with K₂, then encrypt again with K₁.

    • @Keneo1
      @Keneo1 4 ปีที่แล้ว +6

      Lawrence D’Oliveiro yep, this keeps it backwards compatible with normal DES if you choose the same key for k1 and k2

    • @joeyhensley9199
      @joeyhensley9199 4 ปีที่แล้ว

      @L. Kärkkäinen 3DES was broken by MIT students using parallel computing in a few weeks. If I remember correctly.

    • @joeyhensley9199
      @joeyhensley9199 4 ปีที่แล้ว

      @L. Kärkkäinen AES is far superior to 3DES, aka TDES. But two fish is more secure than AES. AES IS faster and more... efficient, though.

    • @enochliu8316
      @enochliu8316 3 ปีที่แล้ว +2

      Triple DES could be keyed either with two keys (encrypt with K1, decrypt with K2,encrypt with K1 again) or three keys (encrypt with K1, decrypt with K2, encrypt with K3).

  • @MahmudulHoque-yr5xg
    @MahmudulHoque-yr5xg 2 ปีที่แล้ว +3

    This person is solely responsible for reigniting my interest in academic research. Hope he makes more videos.

  • @forthrightgambitia1032
    @forthrightgambitia1032 4 ปีที่แล้ว +24

    It would be nice if Blowfish/Twofish was covered. There has been some controversy about its not being selected given its performance on 256bit keys.

  • @m41kdevelops41
    @m41kdevelops41 4 ปีที่แล้ว +10

    If only professors were all just like this man.. our lives would be so much easier...

  • @linuxguy1199
    @linuxguy1199 4 ปีที่แล้ว +24

    "One Encryption Standard to Rule Them All!" - Famous last words

    • @kebman
      @kebman 4 ปีที่แล้ว

      He did mention ChaCha20 tho.

  • @user-he1rn5uu5w
    @user-he1rn5uu5w 4 ปีที่แล้ว +176

    I see Dr. Pound, I watch the video.

    • @mattjclay
      @mattjclay 4 ปีที่แล้ว +5

      Would you say you Pounded the play button?

    • @mattjclay
      @mattjclay 4 ปีที่แล้ว +1

      @@PhoenixTubez not saying I didn't too. 🤣

    • @lemonposting
      @lemonposting 4 ปีที่แล้ว

      Dr. #

    • @Skindoggiedog
      @Skindoggiedog 4 ปีที่แล้ว

      NPC.

  • @MachtFisch
    @MachtFisch 4 ปีที่แล้ว +3

    I am always happy to see a video with Dr. Pound in my subscription feed :) keep up the great work!

  • @among-us-99999
    @among-us-99999 4 ปีที่แล้ว +82

    Smh, I use double ROT13 encryption on all my files.

    • @KEL5isGodrules
      @KEL5isGodrules 4 ปีที่แล้ว +7

      hol up-

    • @n8style
      @n8style 4 ปีที่แล้ว +2

      haha :D

    • @stromboli183
      @stromboli183 4 ปีที่แล้ว +11

      Same here. Although it may not be the most secure (quantum computers could probably break it), it’s extremely efficient 👍

    • @among-us-99999
      @among-us-99999 4 ปีที่แล้ว +21

      @Stromboli I’m a master hacker. I can crack double-ROT13 encryption in my head.

    • @insanemal
      @insanemal 3 ปีที่แล้ว

      I'd like this but its sitting at 69 likes... Nice

  • @lukor-tech
    @lukor-tech 4 ปีที่แล้ว +2

    Always here to watch one of the only channels on YT that are worth it.

  • @vitalydoletsky6030
    @vitalydoletsky6030 4 ปีที่แล้ว +52

    7:11
    Q: Is that job done then?
    A:

    • @timothycurnock9162
      @timothycurnock9162 4 ปีที่แล้ว +1

      The true code is the QUANTUM KEY CODE, it is your personal security key that only you will recognize when you get it. A quantum key is truly unbreakable any attempt to hack the key results in the destruction of the key. When you have the key you are working with very advanced computers so it is best to abide with the guidelines as best possible. Quantum key codes are sent via the smallest possible particle along a fibre optic line at a specific predetermined time. If the line is broken, the key gets destroyed because it is the most fragile thing. If the key is not received then the user knows that there was an attempt to hack the key. You can never know me, I hope you also get your key. You will know what it is.

    • @Zlysium
      @Zlysium 4 ปีที่แล้ว +8

      @@timothycurnock9162 Are you possibly _VERY_ high right now? Like high enough to need to seek medical help?

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 4 ปีที่แล้ว +4

      @@timothycurnock9162 How does the key know the difference between a “hack” and a “legitimate decrypt”?

    • @timothycurnock9162
      @timothycurnock9162 4 ปีที่แล้ว

      @@lawrencedoliveiro9104 the key is given only to 1 specific target. That target will know it is the quantum key, it will be as plain as day.

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 4 ปีที่แล้ว +2

      @@timothycurnock9162 How does the key know who it has been given to?

  • @azkamil
    @azkamil 4 ปีที่แล้ว +110

    you mean that famous "military grade encryption" :)))))))))))

    • @4.0.4
      @4.0.4 4 ปีที่แล้ว +41

      You can trust NerdVPN, where we drink military-grade coffee.

    • @SameLif3
      @SameLif3 4 ปีที่แล้ว +1

      More like millivpn

    • @Jixejo
      @Jixejo 4 ปีที่แล้ว

      millies lol

    • @dakoderii4221
      @dakoderii4221 4 ปีที่แล้ว +14

      @@4.0.4 If anyone doesn't know what "military grade coffee" taste like, just pour some muddy water and turpentine together and add lots of sugar. Delicious!

  • @batmanthebat5052
    @batmanthebat5052 4 ปีที่แล้ว +83

    AES 2: Electric Boogaloo

  • @timlarkin4471
    @timlarkin4471 4 ปีที่แล้ว +9

    8:15 "Jar Jar 20" An algorithm written in Gunganese. Unbreakable except when spilling water on the device.

    • @Keneo1
      @Keneo1 4 ปีที่แล้ว +2

      Tim Larkin chacha20

    • @kebman
      @kebman 4 ปีที่แล้ว +2

      @@Keneo1 No, JarJar20 is a new algo. It's from a galaxy far, far away.

  • @tuanbe
    @tuanbe 4 ปีที่แล้ว

    You bring the story a bit like ‘Drunk History’. Love your style!

  • @landrover4444
    @landrover4444 4 ปีที่แล้ว +3

    Dr. Mike Pound's explanations are the clearest and easiest to understand for the layperson that I have ever heard. Please do more videos with him.

  • @karolbomba6704
    @karolbomba6704 4 ปีที่แล้ว +20

    interesting video, thank you for sharing these for free!

  • @mishasawangwan6652
    @mishasawangwan6652 4 ปีที่แล้ว

    this guy is the best computerphile explainer-dude ..don’t matter what he’s talkin’ bout.. it’s just good talk.

  • @sephirothbahamut245
    @sephirothbahamut245 4 ปีที่แล้ว +1

    I need another video like the timezones and colalization ones… I love how they give me anxiety by just watching them.

  • @esmatullahsaidy4037
    @esmatullahsaidy4037 3 ปีที่แล้ว +3

    This man is genius!!! I like the way he explains cryptography and complex things.

  • @Pandovian
    @Pandovian 4 ปีที่แล้ว +1

    My professor of Linear Algebra was Vincent Rijmen, the guy behind Rijndael, we never knew what he crrated, just that is was worldchanging

  • @OmarChida
    @OmarChida 4 ปีที่แล้ว +2

    We all love Dr. Mike Pound

  • @NocturnalJin
    @NocturnalJin 4 ปีที่แล้ว +6

    I'd love to see you cover ChaCha20. It's especially great for PRNG. Also, Galois Counter Mode (GCM) is really cool and worth covering (IMO).

  • @mintsauce82
    @mintsauce82 4 ปีที่แล้ว

    Few things cheer me up like a new Mike Pound video

  • @litebooks7638
    @litebooks7638 4 ปีที่แล้ว

    I could listen to him talk all day!

  • @Rhys_Beer
    @Rhys_Beer 4 ปีที่แล้ว

    always enjoy these videos thanks

  • @DynoosHD
    @DynoosHD 4 ปีที่แล้ว

    looking forward for the AES video

  • @vishalmishra3046
    @vishalmishra3046 4 ปีที่แล้ว +1

    Speed and security considerations - ChaCha20-Poly1305 is faster in software than AES-GCM. AES-GCM will be faster than ChaCha20-Poly1305 with AES-NI. AES-CTR with HMAC will be faster in software than AES-GCM. Poly1305 is also easier than GCM for library designers to implement safely.

  • @garybuttherissilent5896
    @garybuttherissilent5896 ปีที่แล้ว +1

    Joan Daemen is my professor at Radboud University, so awesome to be taught by one of the best :D

  • @BaronSamedi1959
    @BaronSamedi1959 4 ปีที่แล้ว +12

    A Belgian is at the root of the world wide web; two Belgians have invented the present secure data algorithm. Wow, we are such a plucky little country!

    • @chrisb4009
      @chrisb4009 4 ปีที่แล้ว

      Who are you referring to?

    • @puntypunty8847
      @puntypunty8847 3 ปีที่แล้ว

      @Chris B Rijmen and Daelen are professors at the University of Leuven and they made rijndael @Karl Moens if rijndael did'nt exist serpent would just have been chosen

    • @chrisb4009
      @chrisb4009 3 ปีที่แล้ว

      punty punty also, encryption isn’t the route of the internet. Much of what we do online isn’t encrypted.

  • @dropcake
    @dropcake 4 ปีที่แล้ว

    Love these videos Dr. Pound. Currently I'm learning about AES in my graduate Cryptography class and your video make is easy to understand the concept. Keep up the good work and hope to see you often! Thanks!

  • @joeyhensley9199
    @joeyhensley9199 4 ปีที่แล้ว +1

    In physics, a chain is only as strong as its weakest link.
    However, in cryptography, the inverse is true. The message is as secure as the strongest method used. Yes, I am talking about "daisy chaining" crypto systems.
    1. ROT 13
    2. AES.
    You can't get to the super simple ROT 13 unless you first break AES..

  • @TheTwick
    @TheTwick 4 ปีที่แล้ว +37

    So, what about the next step - triple rijandael?

    • @DFX2KX
      @DFX2KX 4 ปีที่แล้ว +9

      (For those that don't know, triple-ecryption goes like this: Cypher == encrypt(key1,(decrypt(key2,(encrypt(key3,(plaintext)))), plaintext = decrypt(key2,(encrypt(key2,(decrypt(key1,(Cypher)))). It uses the same hardware, takes 3 times longer, and is not quite 3 orders of magnitude more secure)
      I actually did that with AES in Python for a Corsera class, just for the lulz. Not taking the fact all three keys need to be in RAM, and other various implementation problems (you don't attack the encryption, you attack it's implementation), trying to bruteforce that would be laughably hard.

    • @JNCressey
      @JNCressey 4 ปีที่แล้ว +7

      I wonder if triple-ROT13 is 3 times as secure as ROT13. 😏

    • @Yotanido
      @Yotanido 4 ปีที่แล้ว +8

      @@JNCressey Better go for quadruple, just to be sure.

  • @morkovija
    @morkovija 4 ปีที่แล้ว

    Great stuff!

  • @supersloth1667
    @supersloth1667 4 ปีที่แล้ว +6

    I'm a simple man, I see Dr Mike, I click.

  • @Athenas_Realm_System
    @Athenas_Realm_System 4 ปีที่แล้ว

    I hope a video is done on the current Post-Quantum Cryptography Standards competition.

  • @trissylegs
    @trissylegs 4 ปีที่แล้ว +2

    Chacha20's design wasn't just to make it faster in software using conventional hardware. It also designed to avoid side channels in software implementations.
    Due to fast implementations of AES needing lookup tables the key can be inferred due to timing differences. (Also the sound the CPU makes which is freaky)
    Chacha20 is also seekable, if you have encrypted a 20GB block and you want to read the end of it. In AES-GCM you'd decypt the whole block. In ChaCha you can decrypt any part of the sequence.
    (Also XChaCha20 is now used in TLS 1.3)

    • @enochliu8316
      @enochliu8316 ปีที่แล้ว

      AES-GCM actually works similar to ChaCha-20. You give it an counter value to use and it spits out a keystream to use. AES-GCM is therefore seekable as well, as you can decrypt only the end of the block.

  • @pognar
    @pognar 3 ปีที่แล้ว

    The fact that Mike Pound doesn't have a youtube channel is a crime.
    Great video though

  • @tryptex
    @tryptex 4 ปีที่แล้ว

    RCS is becoming more and more common, thoughts on talking about it at some point?

  • @tomschmidt381
    @tomschmidt381 4 ปีที่แล้ว

    I vaguely remember this back in 1990's. Once the US eliminated the restriction on encryption key length and the internet become more popular there was dire need of a new encryption standard. As stated this was driven in the US by NIST so there was some concern the selection process was weighted in favor of the NSA - to allow them to more easily break the cipher. Given AES is an open standard that does not appear to be the case. It certainly has become pervasive.

  • @robbydomino
    @robbydomino 4 ปีที่แล้ว

    At 1:30 he is saying that triple des uses 3 keys. Triple des uses a encryption(key1) decryption(key2) encryption(key1) pattern so it uses 2 keys. It also has the weakness in the case that the 2 keys are equal because it then decrypts the encryption with the same key so that part cancels out. making triple des equal to des in that case.

  • @cjonesuk86
    @cjonesuk86 4 ปีที่แล้ว

    I'm waiting for a Dr. Pound video about quantum computers and the future of encryption.

  • @hassansyed5661
    @hassansyed5661 4 ปีที่แล้ว

    AES is my favourite encryption. Make video about DES encryption too.

  • @cmilter6360
    @cmilter6360 4 ปีที่แล้ว +8

    This guy has passion, I wish he was one of my teachers

    • @DantevanGemert
      @DantevanGemert 4 ปีที่แล้ว +1

      Imagine having the co-designer of Rijndael as your teacher
      (That man is an absolute legend)

    • @merlijniboy
      @merlijniboy 4 ปีที่แล้ว

      @@DantevanGemert Rijmen = best linear algebra teacher.

  • @slr150
    @slr150 2 ปีที่แล้ว

    0:20 That depends on the cipher suite negotiated during the TLS handshake.

  • @XzcutioneR2
    @XzcutioneR2 4 ปีที่แล้ว +40

    Dr. Pound looks like an older normal-weight version of Jared Dunn from Silicon Valley

  • @itchykami
    @itchykami 4 ปีที่แล้ว +1

    So for 'something would have to go really wrong for us to reinvent the wheel', what about the sycamore chip?

  • @_adi_dev_
    @_adi_dev_ 4 ปีที่แล้ว +1

    Can we look at post quantum encryption standards please

  • @4.0.4
    @4.0.4 4 ปีที่แล้ว +1

    This and Miles (the AI guy) are my favorites.

  • @laharl2k
    @laharl2k 4 ปีที่แล้ว +1

    Coincidentally TrueCrypt uses the three of AES, Serpent and Twofish chained together to encript its data

  • @joshuabeha4434
    @joshuabeha4434 4 ปีที่แล้ว

    Is the ring in the thumbnail a reference to digital fortress?

  • @fribiesdi
    @fribiesdi 2 ปีที่แล้ว

    I like this channel, I will subscribe immediately.

  • @sujan740
    @sujan740 4 ปีที่แล้ว

    My precious

  • @stromboli183
    @stromboli183 4 ปีที่แล้ว

    Suggestion: could you do a video on elliptic curve cryptography, i.e. public/private key cryptography based on elliptic curves? (such as ECDSA which is used in Bitcoin)
    Older public key cryptography such as RSA (based on large prime numbers) is explained in depth in many videos, and is relatively simple. But I haven’t seen anyone ever properly explaining ECC.

  • @stefanbogdanovic590
    @stefanbogdanovic590 4 ปีที่แล้ว

    This guy deserves a statue one and only Dr. Mike Pound!!!

  • @brandon26
    @brandon26 4 ปีที่แล้ว

    Im a simple man, I see mike pound, I click the video

  • @NoNameAtAll2
    @NoNameAtAll2 4 ปีที่แล้ว +5

    now waiting for "how rijendael works"

  • @EpicVideoMaster11
    @EpicVideoMaster11 3 ปีที่แล้ว

    Thank you

  • @passingthetorch5831
    @passingthetorch5831 4 ปีที่แล้ว

    Video on quantum resistant public key cryptography methods like lattice based methods?

  • @Keksmania
    @Keksmania 4 ปีที่แล้ว

    You changed the title! I noticed it

  • @sstorholm
    @sstorholm 4 ปีที่แล้ว +4

    Please do a video on CHACHA20, since it's one out of the three "standard" TLSv1.3 ciphers.

    • @OleTange
      @OleTange 3 ปีที่แล้ว

      And please make it a video where you compare the algorithm to Rijndael.

  • @MrRand0mMe
    @MrRand0mMe 4 ปีที่แล้ว +1

    New stuff is ChaCha20/Poly1305 and Ed25519 - not susceptible to side channel attacks and shorter assymetric keys.

    • @cacheman
      @cacheman 4 ปีที่แล้ว +1

      AES specifically called for block ciphers. ChaCha20 is a stream cipher. So yes, it's newer, but it's not the same class of algorithm and has different design goals.

  • @josesandro6116
    @josesandro6116 3 ปีที่แล้ว

    Meu amigo gosto muito do seu canal que Pena que não tem a legenda em cima português???

  • @ig2d
    @ig2d 4 ปีที่แล้ว

    first visit to computerphile.. can you in theory break these with a quantum computer? Perhaps you have some content on this?

  • @_skeptik
    @_skeptik 2 ปีที่แล้ว

    I hope one day we will see a video about DES

  • @puntypunty8847
    @puntypunty8847 3 ปีที่แล้ว +2

    My dad is a journalist and he interwiewed Rijmen en Daelen and they said that they made the name do that english speaking people would'nt be able to pronounce it and ...

  • @FabianCook
    @FabianCook 4 ปีที่แล้ว

    Why wasn't NIST mentioned along with post-quantum?

  • @frosecold
    @frosecold 4 ปีที่แล้ว +1

    I took my Sec+ today, I got it!

  • @sr6550
    @sr6550 4 ปีที่แล้ว

    Why are autogenerated subtitles always so slow to come to your vids?

  • @vishalmishra3046
    @vishalmishra3046 4 ปีที่แล้ว

    In addition to security and performance, NIST has to deal with political pressure from NSA (make it strong enough, so that the community adopts the standard, but not strong enough, so that NSA cannot break it, for national security reasons). Former led to the selection of Rijndael and the latter led to the elimination of 256-bit state (only 128 bits allowed even when key-length is 256 bits). This was not public knowledge until the latter over-shadowed former, with standardization of Dual_EC_DRBG. AES is great for pretty much everyone but for the super-paranoid, use Rijndael with 256-bit block size or preferably switch to using CHACHA20 (256 bit key with 512 bit state). The new TLS 1.3 standard requires CHACHA20 as a mandatory algorithm to support strong encryption. The crypto industry has learnt a lot since 2001 (when AES was standardized).

  • @laurendoe168
    @laurendoe168 4 ปีที่แล้ว +35

    How would quantum computing effect the security of AES?

    • @raphaelqueiroz7925
      @raphaelqueiroz7925 4 ปีที่แล้ว +23

      I think it's been proven that quantum computers won't ever be able to break a N bit key with less 2^(N/2) operations.
      Doubling the key length would do the trick as a first step, but keep in mind that we are very far from entangling enough qbits and even further from achieving sufficiently low error rates.

    • @funnyids3D
      @funnyids3D 4 ปีที่แล้ว +1

      AES has been proven to be quantum resistant when using more bits for the key

    • @Dsiefus
      @Dsiefus 4 ปีที่แล้ว +9

      It reduces the complexity by "half", that is as if the key was half the length. When using a 256 bits key, then as he said in the video even a 128bit key is hard enough.

    • @laurendoe168
      @laurendoe168 4 ปีที่แล้ว +8

      @@raphaelqueiroz7925 Thank you for the reply. I had heard quantum computers could tackle some jobs that were for all intents and purposes unsolvable in under a billion years on today's digital computers. I was wondering if this was one of them.

    • @raphaelqueiroz7925
      @raphaelqueiroz7925 4 ปีที่แล้ว +13

      ​@@laurendoe168 You're welcome, I also forgot to mention that what I said is only valid for symmetric ciphers like AES. There are some asymmetric ciphers that will become unusable if they are based on integer factorization, but even then we are far from having strong enough quantum computers, plus there are alternative asymmetric ciphers that aren't based on integer factoring !
      So yeah, quantum computers are very cool, they will break RSA one day, but that's pretty much it, at least concerning cryptanalysis.

  • @dannyism3221
    @dannyism3221 4 ปีที่แล้ว

    Beautiful. Two members of the cryptographic community get together and create an algorithm that bests the efforts of tech giants like IBM.

  • @EulerJr_
    @EulerJr_ 8 หลายเดือนก่อน

    Can someone explain to me what Mike refers to at 07:46? Thanks.

  • @coder3101
    @coder3101 4 ปีที่แล้ว

    I can't find the video of "how aes works"?

  • @NavySturmGewehr
    @NavySturmGewehr 2 ปีที่แล้ว

    There always seems to be a metric of, one super computer working on this problem. What about if it's spread across thousands of cpus, each attacking a different segment of that 2^128?

  • @bernardusmuller1109
    @bernardusmuller1109 4 ปีที่แล้ว +1

    I always think we're probably never gonna see the videos they say they'll talk in some other video.

  • @venil82
    @venil82 4 ปีที่แล้ว +9

    I thought he was talking about Ryan Dahl, the nodejs inventor

  • @flyLeonardofly
    @flyLeonardofly 4 ปีที่แล้ว

    Please interview Sophia Drossopoulou from Imperial College London about concurrent actor programming!!!

  • @esprit101
    @esprit101 4 ปีที่แล้ว

    The thumbnail looked a bit like Spoony had gotten his act together xD

  • @PebblesChan
    @PebblesChan 4 ปีที่แล้ว +2

    AES/Rijindael is just Belgian waffle!

  • @y__h
    @y__h 4 ปีที่แล้ว +19

    "DES was made by IBM, with the help of NSA"
    Oh do you mean when NSA tried to shorten DES key length to 48 bits while IBM tried to stand still on 64 bits, with the spice to the story that some guy brawling over like a child in between?

    • @notaprogrammer7970
      @notaprogrammer7970 4 ปีที่แล้ว +1

      Ooh do please elaborate on the drama.

    • @Acorn_Anomaly
      @Acorn_Anomaly 4 ปีที่แล้ว +2

      I don't recall that, though I would like to know more. I DO recall the NSA secretly _strengthening_ DES, not weakening it, by suggesting a new set of S-boxes to use. They never said why at the time(which obviously made people think they weakened it), but research into it years later realized that the NSA's changes made the algorithm more resistant to a special type of attack that wasn't even publicly known at the time DES was first standardized, meaning the NSA knew the technique all along, and buffed up DES against it.

  • @z3my4l
    @z3my4l 4 ปีที่แล้ว +6

    Well done pronouncing ”Nokia”!

  • @RayanMADAO
    @RayanMADAO ปีที่แล้ว

    What does it mean for encryption to be able to work on a hardware level? I'm confused how that works

  • @Jirayu.Kaewprateep
    @Jirayu.Kaewprateep 3 ปีที่แล้ว

    Correct famous algorithms suitable but they aren't limits by input parameters but change it often that create in security by process too. 😃

  • @wizzenberry
    @wizzenberry 4 ปีที่แล้ว

    Des got broken, but did you try Troy?

  • @DoctorShaunB
    @DoctorShaunB 4 ปีที่แล้ว +1

    I can't believe how similar his facial expressions are to Brad from Bon Appetit!

    • @metryannm1936
      @metryannm1936 4 ปีที่แล้ว

      well this is a crossover i didn't expact! mind elaborating on the similarities?

  • @lherfel
    @lherfel ปีที่แล้ว

    thanks

  • @bernardinojosa3777
    @bernardinojosa3777 3 ปีที่แล้ว +1

    i thought that he was going to talk about "ryan dahl", the creator of node.js

  • @jamestanis3274
    @jamestanis3274 4 ปีที่แล้ว +1

    To be fair: DES can be computed blazingly fast in *hardware* which is what was important at the time (1970s) when it was developed. Unfortunately all the bit-operations made it dog-slow in software.

  • @darkseid6412
    @darkseid6412 4 ปีที่แล้ว +1

    RINJDAEL IS BOTH OF THEIR NAMES!!!

  • @karmasyke
    @karmasyke 4 ปีที่แล้ว +3

    "One of the nice things about academia is that if you perform good work people will notice that work"
    yeeahhh about that...

  • @pachualt
    @pachualt ปีที่แล้ว

    When he says "sp networks", all I hear is "yes peanut works". I might just be hungry.

  • @user-qgtoekq
    @user-qgtoekq 4 ปีที่แล้ว

    @5:37 the link is competitions.cr.yp.to/aes.html

  • @ukyoize
    @ukyoize 4 ปีที่แล้ว +1

    Can you than talk about competitors?