mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 08:46:19 -04:00
Added 'Pseudo-Random Number Generator' operation.
This commit is contained in:
parent
f52f5a0edb
commit
a3f58fb831
4 changed files with 70 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue