mirror of
https://github.com/gchq/CyberChef
synced 2026-01-09 12:03:30 +00:00
WIP: add encrypt and decrypt operations
Currently the encrypt operation works only to my public key and not to keys generated by the generate key pair operation. Probably something wrong with the generate operation.
This commit is contained in:
@@ -15,6 +15,8 @@ let OpModules = typeof self === "undefined" ? {} : self.OpModules || {};
|
||||
|
||||
OpModules.PGP = {
|
||||
"Generate PGP Key Pair": PGP.runGenerateKeyPair,
|
||||
"PGP Encrypt": PGP.runEncrypt,
|
||||
"PGP Decrypt": PGP.runDecrypt,
|
||||
};
|
||||
|
||||
export default OpModules;
|
||||
|
||||
Reference in New Issue
Block a user