wwwtyro / cryptico

An easy-to-use encryption system utilizing RSA and AES for javascript.

Home Page:http://wwwtyro.github.com/cryptico

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

coolKIH opened this issue · comments

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.

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 .