Answer the question
In order to leave comments, you need to log in
How to decrypt in JS a string encrypted in Python?
Encrypted via rsa.encrypt in Python, Private Key is stored in its own format, not in a string.
How to pass Private Key and byte encrypted string and decrypt on JS side?
Answer the question
In order to leave comments, you need to log in
what prevents to translate to PEM and decrypt https://github.com/travist/jsencrypt ?
why bytes if you can use strings?
you can also convert to base64 https://docs.python.org/3.7/library/binascii.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question