Cryptography 101 with .NET Core

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

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

  • @pallax8694
    @pallax8694 5 лет назад +41

    Presentation starts at 3:16

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

      You saved 2 minutes of my life thanks

  • @JeffreyLWhitledge
    @JeffreyLWhitledge 5 лет назад +19

    “We’re not going to have a lot of time to talk about ways to store keys securely...”
    You yadda, yadda, yaddaed the best part!

  • @janfarfurek8677
    @janfarfurek8677 5 лет назад +3

    A pretty nice video. I believe, that in case of encryption you should talk more about way of storing and sharing encrypted data. I mean using standards like pkcs7, cms and others. In my opinion it's a critical aspect of using cryptgraphy in own applications. Other aspect is a way of storing and using cryptographic keys in a secure manner, but it's a long haul.

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

    Best lesson in this video: don't roll your own encryption.

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

    Hello. how to load private.key using x509Certificate2 ?

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

    Closing Skype fixed the audio 🖤

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

    Very well explained... Awesome.. Wow ✓

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

    Honestly... need more examples than Azure key vault as "a" place to store keys. 3 or 4 examples would be a nice to start from.

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

    Nice apresentation. The code could be in GIT to better understand :)

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

      Can you help me for hashing passwords?

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

    Starts at 3:17

  • @MercedeX7
    @MercedeX7 4 года назад +6

    4:14 cryptography comes from high above... must be the aliens!

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

      Can you help me for hashing passwords?

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

    I tested the Symmetric Algorighms part. I encrypted a string, and then changed one character in the IV. Sometimes it was still able to decrypt back the original text, and some times most of the original text can be seen. For example:
    Original Text: Today I am going to have some fun with you.
    Encrpted Text: 2v6qdQ8u2TcjiHjnX3Eq2EFD8AG8w4NXZZKkbMuFjqrCW1iAjaCXBiugBERFPlHJ
    IV: sa8RmCEoyP1x62Bnusb/WA==
    Changed IV: sa8RmDEoyP1x62Bnusb/WA== (a C changed to a D)
    Decrypted Text: Todai I am going to have some fun with you.
    Changed IV: sa8RmDEoyQ1x62Bnusb/WA== (a P changed to a Q)
    Decrypted Text: Todai H�am going to have some fun with you.

  • @superpcstation
    @superpcstation 5 лет назад +3

    Where can i find the code?

    • @oliver-münzberg
      @oliver-münzberg 5 лет назад

      I would say at tinyurl.com/y3jzbq2m as shown in the slide at 23:43 - but I also would have expected to find a link to a github repo :o)

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

      I was also looking for this. The url is briefly visible at 27:26 tinyurl.com/y3jzbq2m

    • @jeremycook5043
      @jeremycook5043 5 лет назад +1

      At about 28:40 the link to the code becomes visible. Great video and the code is super helpful. Here it is for easier consumption tinyurl.com/y3jzbq2m

    • @candidodmv
      @candidodmv 5 лет назад +1

      I suppose that you don't watched the video, there's a link to the presentation and code over there.

  • @jung-hsianghu386
    @jung-hsianghu386 5 лет назад +1

    Great course!

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

    Tnx. It was a useful presentation

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

    At least do one rehearsal before filiming it...

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

    I have heard this in pluralsight, and he always has that sore throat problem

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

      Can you help me for hashing passwords?

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

    I wonder if a technology exist that could edit out the Internet errs. Hmmmm... 😞

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

    code and slides here : tinyurl.com/y3jzbq2m

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

    Thanks for this vedio

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

    You can see the url where the source code stored at the end of the presentation; tinyurl.com/y3jzbq2m

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

    where can I get this source code?