Commit Graph

5 Commits

Author SHA1 Message Date
Matt C f07263ca2a Fix decrypt operation 2018-01-12 11:45:16 +00:00
Toby Lorne db8955d90d WIP: add encrypt and decrypt operations
Currently the encrypt operation works only to my public key and not to
keys generated by the generate key pair operation. Probably something
wrong with the generate operation.
2017-12-24 17:44:32 +00:00
Matt C 670566b7eb Promisified generation of key pair 2017-12-21 14:23:31 +00:00
tlwr dcd8f98e8c Fix linting in PGP operations 2017-11-26 20:13:49 +00:00
tlwr 60c8da7bbb Add operation "Generate PGP Key Pair"
Have not yet found a nice way of working with the kbpgp API as it is
very callback heavy. Probably just my rusty javascript.
2017-11-25 16:00:33 +00:00