2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-14 07:13:18 +00:00

Added 'Pseudo-Random Number Generator' operation.

This commit is contained in:
n1474335
2018-01-01 20:50:01 +00:00
parent f52f5a0edb
commit a3f58fb831
4 changed files with 70 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ OpModules.Ciphers = {
"Affine Cipher Decode": Cipher.runAffineDec,
"Atbash Cipher": Cipher.runAtbash,
"Substitute": Cipher.runSubstitute,
"Pseudo-Random Number Generator": Cipher.runPRNG,
};
export default OpModules;