pbctf2021
Yet Another RSA (12 Solves)
Author: rbtree
Description :
We're given with a python script and a output of same , python script goes as follows:
#!/usr/bin/env python3
from Crypto.Util.number import *
import random
def genPrime():
while True:
...
0verflowme.hashnode.dev4 min read