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

Does cryptico have a method to create a private key from a pem?

robhicks opened this issue · comments

The apps I work on have access to a pem that is passed in upon initiation. Does cryptico have a method or series of methods to generate a public/private key pair from a pem?