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