mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-12 17:21:39 -04:00
Added magic entropy signatures
This commit is contained in:
parent
e5fc87c1eb
commit
1531555b0b
15 changed files with 92 additions and 20 deletions
9
src/core/lib/MagicCriteria.mjs
Normal file
9
src/core/lib/MagicCriteria.mjs
Normal file
|
@ -0,0 +1,9 @@
|
|||
export const compressedToDecompressed = {
|
||||
input: [6.5, 8],
|
||||
output: [3.5, 6]
|
||||
};
|
||||
|
||||
export const binary = {
|
||||
input: [1, 1.5],
|
||||
output: [3.5, 6]
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue