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.
This commit is contained in:
tlwr 2017-11-25 16:00:33 +00:00
parent 1bbc73ec50
commit 60c8da7bbb
4 changed files with 211 additions and 0 deletions

View file

@ -85,6 +85,7 @@
"jsbn": "^1.1.0",
"jsonpath": "^0.2.12",
"jsrsasign": "8.0.4",
"kbpgp": "^2.0.76",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",