JWT: A Fundamental and Technological Deep Dive

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ •

  • @ethicalpap
    @ethicalpap  6 місяців тому +8

    Note: Base64 is actually limited to encoding only, and not an encryption algorithm. Whenever you hear me say "encryption" for base64, I mean "encoding" 😊

  • @justinglanton5168
    @justinglanton5168 3 місяці тому +1

    You have such great content. Looking forward to those RSA and Diffie-Hellman videos!

  • @jpphoton
    @jpphoton 4 місяці тому

    I reasoned JWE opaque tokens are the way to go as well as setting audience claim in JWT creation is the X-FOR header that strongly binds the client origin .

  • @JasonLatouche
    @JasonLatouche 2 місяці тому

    Great video... As a developer, I want to know what are the best practices to generate and verify JWT tokens. Like, generate secrets, how to store them and so on. I would love a video dedicated to that.

  • @lordbacon4972
    @lordbacon4972 3 місяці тому

    Thanks for this! I didn't know about removing the equal signs at the end of the base64 encoding, I always assumed it was part of the encoding so I leave it as is. I also didn't know the JWT is comprised of so many layers of base64 encoding on top of each other. Also, at 30:29 you piped the encryption result into "openssl base64", what is the difference between "openssl base64" and just "base64"? For example when you encoded the header and payload you simply piped them into "base64" and not "openssl base64".

    • @ethicalpap
      @ethicalpap  3 місяці тому +1

      There is no difference, just two different ways to do it 😁. Either works!

  • @DIYSEC
    @DIYSEC 6 місяців тому

    Thanks for the break down, keep it up!

  • @Okaypeyton1
    @Okaypeyton1 6 місяців тому

    Dope vid fam. Saw this from ur post

  • @cheffloppa1
    @cheffloppa1 6 місяців тому

    Very good 👏