Commit Graph

10 Commits

Author SHA1 Message Date
n1474335 1097170a68 Updated dependencies 2018-03-28 23:56:33 +01:00
n1474335 e41145427e Tidied up PGP operations and added progress callback 2018-03-28 23:26:48 +01:00
Matt C 50a3cc57ad Fixed missing newline 2018-01-12 18:18:52 +00:00
Matt C 7554cbda72 Added PGP Sign/Verify operations 2018-01-12 16:52:15 +00:00
Matt C 6a67fe09de Added passphrase support to importing private key 2018-01-12 12:03:46 +00:00
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