diff --git a/src/js/config/Categories.js b/src/js/config/Categories.js index ac367ae6..677f47c3 100755 --- a/src/js/config/Categories.js +++ b/src/js/config/Categories.js @@ -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", ] }, {