mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-21 21:50:42 -04:00
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:
parent
1bbc73ec50
commit
60c8da7bbb
4 changed files with 211 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue