Пример #1
0
def probarPKGen():
    global key
    key = RSA.gen_key(1024, 65337)
    print(key)
Пример #2
0
def probarPKGen():
    global key
    key = RSA.gen_key(1024, 65337)
    print(key)