privly / privly-library

Cryptography library for Privly-type extensions
https://priv.ly
MIT License
7 stars 4 forks source link

RSA key pair generation #5

Closed jhostetler closed 11 years ago

jhostetler commented 12 years ago

The big piece of missing functionality in the crypto library is that it has no functions for generating RSA key pairs. I've avoided this issue during development by generating keys with command line tools. There should be a function to generate a key pair, and probably also a function for revoking a key pair.

smcgregor commented 11 years ago

see this blog post.