Jump to content

Transporter

Lifetime Sponsor
  • Posts

    439
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Transporter

  1. Choose p = 3 and q = 11 Compute n = p * q = 3 * 11 = 33 Compute φ(n) = (p - 1) * (q - 1) = 2 * 10 = 20 Choose e such that 1 < e < φ(n) and e and n are coprime. Let e = 7 Compute a value for d such that (d * e) % φ(n) = 1. One solution is d = 3 [(3 * 7) % 20 = 1] Public key is (e, n) => (7, 33) Private key is (d, n) => (3, 33) The encryption of m = 2 is c = 27 % 33 = 29 The decryption of c = 29 is m = 293 % 33 = 2
  2. :frog2:
  3. get shit on by exams gg Transporter rip lyfe
  4. Transporter

    ;)

    ;)
  5. Transporter

    Cya OSBOT

    rip fren
  6. Transporter

    @Acerd

    My bot not working either
  7. The only user on OSBot to have multiple negative feedback and not be banned. :xdoge:
  8. Fishing / Cooking hasn't added yet. Fishing should be up by this weekend though.
  9. What skill were you using?
×
×
  • Create New...