Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- N = 306079
- e = 65537
- c = 250933
- for m in range(1, 256):
- if m ** e % N == c:
- print(m)
RAW Paste Data
Copied