mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 01:56:54 -04:00
Rename some PGP operations
+ "PGP Sign Cleartext" -> "Sign PGP Cleartext" + "PGP Verify Cleartext" -> "Verify PGP Cleartext" + "PGP Generate Key Pair" -> "Generate PGP Key Pair" + "PGP Add ASCII Armor" -> "Add PGP ASCII Armor" + "PGP Remove ASCII Armor" -> "Remove PGP ASCII Armor"
This commit is contained in:
parent
718c913bf8
commit
9a5511a8bc
3 changed files with 30 additions and 30 deletions
|
@ -96,11 +96,11 @@ var Categories = [
|
|||
"PGP Decrypt",
|
||||
"PGP Sign",
|
||||
"PGP Verify",
|
||||
"PGP Sign Cleartext",
|
||||
"PGP Verify Cleartext",
|
||||
"PGP Generate Key Pair",
|
||||
"PGP Add ASCII Armor",
|
||||
"PGP Remove ASCII Armor",
|
||||
"Sign PGP Cleartext",
|
||||
"Verify PGP Cleartext",
|
||||
"Generate PGP Key Pair",
|
||||
"Add PGP ASCII Armor",
|
||||
"Remove PGP ASCII Armor",
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -116,11 +116,11 @@ var Categories = [
|
|||
"PGP Decrypt",
|
||||
"PGP Sign",
|
||||
"PGP Verify",
|
||||
"PGP Sign Cleartext",
|
||||
"PGP Verify Cleartext",
|
||||
"PGP Generate Key Pair",
|
||||
"PGP Add ASCII Armor",
|
||||
"PGP Remove ASCII Armor",
|
||||
"Sign PGP Cleartext",
|
||||
"Verify PGP Cleartext",
|
||||
"Generate PGP Key Pair",
|
||||
"Add PGP ASCII Armor",
|
||||
"Remove PGP ASCII Armor",
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue