Answer the question
In order to leave comments, you need to log in
RSA How to recover a key in Java and encrypt data from one created in Python?
Created private and public keys in Python:
import rsa
(pubkey, privkey) = rsa.newkeys(512)
Answer the question
In order to leave comments, you need to log in
Simple dump:
JSON dump:
Sending.conn.sendall(dump) # Python 2
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question