mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 23:35:01 -04:00
WIP inital recommit of PGP operations
This commit is contained in:
parent
1bbc73ec50
commit
728d9066fe
8 changed files with 1534 additions and 51 deletions
|
@ -17,6 +17,7 @@ import HashingModule from "./Hashing.js";
|
|||
import HTTPModule from "./HTTP.js";
|
||||
import ImageModule from "./Image.js";
|
||||
import JSBNModule from "./JSBN.js";
|
||||
import PGPModule from "./PublicKey.js";
|
||||
import PublicKeyModule from "./PublicKey.js";
|
||||
import ShellcodeModule from "./Shellcode.js";
|
||||
|
||||
|
@ -32,6 +33,7 @@ Object.assign(
|
|||
HTTPModule,
|
||||
ImageModule,
|
||||
JSBNModule,
|
||||
PGPModule,
|
||||
PublicKeyModule,
|
||||
ShellcodeModule
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue