[categories] [index] [all (552)] [latest]
from Crypto.PublicKey import RSA pem = open("pub.pem").read() key = RSA.importKey(pem) print(key.n)