mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 15:07:11 -04:00
Add PGP operations to relevant categories
This commit is contained in:
parent
22467537be
commit
718c913bf8
1 changed files with 16 additions and 0 deletions
|
@ -94,6 +94,13 @@ var Categories = [
|
|||
"Derive EVP key",
|
||||
"PGP Encrypt",
|
||||
"PGP Decrypt",
|
||||
"PGP Sign",
|
||||
"PGP Verify",
|
||||
"PGP Sign Cleartext",
|
||||
"PGP Verify Cleartext",
|
||||
"PGP Generate Key Pair",
|
||||
"PGP Add ASCII Armor",
|
||||
"PGP Remove ASCII Armor",
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -105,6 +112,15 @@ var Categories = [
|
|||
"Hex to PEM",
|
||||
"Hex to Object Identifier",
|
||||
"Object Identifier to Hex",
|
||||
"PGP Encrypt",
|
||||
"PGP Decrypt",
|
||||
"PGP Sign",
|
||||
"PGP Verify",
|
||||
"PGP Sign Cleartext",
|
||||
"PGP Verify Cleartext",
|
||||
"PGP Generate Key Pair",
|
||||
"PGP Add ASCII Armor",
|
||||
"PGP Remove ASCII Armor",
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue