Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

How can I get the private key from the generated RSA key object? #22

Open
coolKIH opened this issue Nov 30, 2016 · 1 comment
Open

How can I get the private key from the generated RSA key object? #22

coolKIH opened this issue Nov 30, 2016 · 1 comment

Comments

@coolKIH
Copy link

coolKIH commented Nov 30, 2016

I am now wanting to program a web-based public-private key pair generator using javascript.
I am quite curious about how can I get public key from the private and know exactly what the private key is under the hood.

@blackdotroot
Copy link

rsa private key is consist of number n and d, public key is consist of number n and e.there is no method provided by cryptico to get private .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants