Elgamal Cryptosystem - Public key Cryptography - Cyber Security - CSE4003

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

КОМЕНТАРІ • 17

  • @SatishCJ
    @SatishCJ  2 роки тому +7

    (11^3)^-1 mod 13 is computed as (1331) ^ -1 mod 13. Here we need to find the modulo multiplicative inverse of 1331, that is 1331 * Y mod 13 =1. where y is the modulo multiplicative inverse of 1331. We can use the short cut method to find the multiplicative inverse. Divide 1331/13 and the reminder is 5. Now find the multiplicative inverse of 5, that is 5* y mod 13 = 1. Here the value of y should be 8. Only then 5 * 8 mod 13 =1 . Hence we have have found 8 as the Modulo Multiplicative inverse of 1331. You can check 1331 * 8 mod 13 = 1. If you are interested in understanding the short cut for finding modulo multiplicative inverse then visit ua-cam.com/video/mzEvIN8BuQ8/v-deo.html the timestamp is 9:56 for the video in the link

  • @aishwaryasurapuram489
    @aishwaryasurapuram489 10 місяців тому +1

    Great lecture slides and explanation.

    • @SatishCJ
      @SatishCJ  10 місяців тому

      Glad you liked it!

  • @MrRyzale
    @MrRyzale Рік тому

    this is the best explanation I found so far. thank you sir.

  • @coursesaccess4192
    @coursesaccess4192 3 роки тому +1

    Thank you Sir. Visualizing makes it a lot easier to understand.

  • @OwenAmiani
    @OwenAmiani 2 роки тому +4

    hello sir (11^3)-1 is not 8..how did you get 8 coz am really stranded googling everywhere

    • @krishnasaketh5092
      @krishnasaketh5092 2 роки тому

      11^3=1331. So we need to find inverse of 1331.For multiplicative inverse we do like this 1331*x-1 is divisible by 13.

  • @suseendhavenkatesh753
    @suseendhavenkatesh753 2 роки тому +1

    message is temptation apposition bluebonnet how can you encode this to integer?

  • @ericzuckerburg6292
    @ericzuckerburg6292 2 роки тому

    Thank you professor Satish

  • @hossamhanafy5921
    @hossamhanafy5921 3 роки тому +3

    good explanation but could you add subtitle please

  • @adithyavarma758
    @adithyavarma758 2 роки тому +1

    Thank you sir

  • @bluecakeindustry8338
    @bluecakeindustry8338 3 роки тому +1

    thank you

  • @NVAKAYAMINI
    @NVAKAYAMINI 3 роки тому

    So helpful sir👍

  • @puneethkumarvh2355
    @puneethkumarvh2355 2 роки тому +1

    how to find inverse sir?

    • @ericzuckerburg6292
      @ericzuckerburg6292 2 роки тому

      multiplicative inverse of 1331 mod 13
      is 8

    • @OwenAmiani
      @OwenAmiani 2 роки тому

      ​@@ericzuckerburg6292 how do you get it

    • @lifeliver469
      @lifeliver469 Рік тому +1

      @@OwenAmiani look into the extended Euclidean algorithm