1 - Cryptography Basics

Sdílet
Vložit
  • čas přidán 12. 06. 2024
  • in this video you'll learn about the basics of cryptography, hashing and different algorithms.

Komentáře • 8

  • @iamacoder8331
    @iamacoder8331 Před 7 měsíci +1

    good content

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

    Great Content!!!!!

  • @tasapornvisawameteekul6045

    Thanks for this great series. All videos illustrate the basic very well. Help me a lot for my cybersecurity class.

    • @srushtibhagwat4690
      @srushtibhagwat4690 Před 4 měsíci

      Which cyber security class do you join? And do you get a job after completing it ?

  • @FrancoisHarnist
    @FrancoisHarnist Před měsícem

    Thank you for this course!

  • @mmnahian
    @mmnahian Před 11 měsíci

    great

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

    Really nice video. In HMAC, why do you need to hash both the key and the message? I thought about it and if you just hashed the key, then you can't verify the integrity of the message, and if you just hashed the message, you don't know if the message came from Alice. Is that correct? What if someone had the key in this symmetric algorithm? then they could still send a message hashing both their message and the key and the recipient wouldn't really know who it came from because this hacker had the same key and the recipient wouldn't know what the sender wanted to send originally.

    • @_uvop_
      @_uvop_ Před 13 dny

      i guess pgp can be code for strings but for files i guess RSA,AES are the best for files(correct me if am wrong)