mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 15:07:11 -04:00
Add new PGP operations to their categories
This commit is contained in:
parent
4c6866286b
commit
db261be707
1 changed files with 6 additions and 0 deletions
|
@ -96,9 +96,12 @@ var Categories = [
|
||||||
"PGP Decrypt",
|
"PGP Decrypt",
|
||||||
"PGP Sign",
|
"PGP Sign",
|
||||||
"PGP Verify",
|
"PGP Verify",
|
||||||
|
"Sign PGP Detached",
|
||||||
|
"Verify PGP Detached",
|
||||||
"Sign PGP Cleartext",
|
"Sign PGP Cleartext",
|
||||||
"Verify PGP Cleartext",
|
"Verify PGP Cleartext",
|
||||||
"Generate PGP Key Pair",
|
"Generate PGP Key Pair",
|
||||||
|
"Detach PGP Cleartext",
|
||||||
"Add PGP ASCII Armor",
|
"Add PGP ASCII Armor",
|
||||||
"Remove PGP ASCII Armor",
|
"Remove PGP ASCII Armor",
|
||||||
]
|
]
|
||||||
|
@ -116,8 +119,11 @@ var Categories = [
|
||||||
"PGP Decrypt",
|
"PGP Decrypt",
|
||||||
"PGP Sign",
|
"PGP Sign",
|
||||||
"PGP Verify",
|
"PGP Verify",
|
||||||
|
"Sign PGP Detached",
|
||||||
|
"Verify PGP Detached",
|
||||||
"Sign PGP Cleartext",
|
"Sign PGP Cleartext",
|
||||||
"Verify PGP Cleartext",
|
"Verify PGP Cleartext",
|
||||||
|
"Detach PGP Cleartext",
|
||||||
"Generate PGP Key Pair",
|
"Generate PGP Key Pair",
|
||||||
"Add PGP ASCII Armor",
|
"Add PGP ASCII Armor",
|
||||||
"Remove PGP ASCII Armor",
|
"Remove PGP ASCII Armor",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue