freedomjs / freedom-pgp-e2e

Wrapping up end-to-end code and provide in freedom custom API.
34 stars 6 forks source link

Soycode importkeypair #28

Closed agallant closed 9 years ago

agallant commented 9 years ago

To address https://github.com/freedomjs/freedom-pgp-e2e/issues/24

The core bit is importKeypair to API (https://github.com/freedomjs/freedom-pgp-e2e/blob/soycode-importkeypair/src/pgpapi.json#L39), which takes a passphrase, userid, and private key string (which looks like it also has the public key when imported).

agallant commented 9 years ago

Open to anybody taking a look - no big rush as it's not blocking planned uProxy v1 functionality, but we do want to add importing to the API before finalizing it for longterm flexibility.

willscott commented 9 years ago

Looks good :+1: