3.13 Exercises

    1. Find integers x and y such that 17x+101y=1.

    2. Find 171(mod101).

    1. Using the identity x3+y3=(x+y)(x2xy+y3),  factor 2333+1 into a product of two integers greater than 1.

    2. Using the congruence 221(mod3),  deduce that 22321(mod3) and show that 2333+1 is a multiple of 3.

    1. Solve 7d1(mod30).

    2. Suppose you write a message as a number m(mod31). Encrypt m as m7(mod31). How would you decrypt? (Hint: Decryption is done by raising the ciphertext to a power mod 31. Fermat’s theorem will be useful.)

  1. Solve 5x+23x7(mod31).

    1. Find all solutions of 12x28(mod236).

    2. Find all solutions of 12x30(mod236).

    1. Find all solutions of 4x20(mod50).

    2. Find all solutions of 4x21(mod50).

    1. Let n2. Show that if n is composite ...

Get Introduction to Cryptography with Coding Theory, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.