mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 15:07:11 -04:00
Magic operation now detects UTF8 and gives a probability score for each language
This commit is contained in:
parent
865ee6a720
commit
6624f25a64
5 changed files with 131 additions and 24 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -1404,6 +1404,14 @@
|
|||
"supports-color": "2.0.0"
|
||||
}
|
||||
},
|
||||
"chi-squared": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/chi-squared/-/chi-squared-1.1.0.tgz",
|
||||
"integrity": "sha1-iShlz/qOCnIPkhv8nGNcGawqNG0=",
|
||||
"requires": {
|
||||
"gamma": "1.0.0"
|
||||
}
|
||||
},
|
||||
"chokidar": {
|
||||
"version": "1.7.0",
|
||||
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz",
|
||||
|
@ -4255,6 +4263,11 @@
|
|||
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=",
|
||||
"dev": true
|
||||
},
|
||||
"gamma": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/gamma/-/gamma-1.0.0.tgz",
|
||||
"integrity": "sha1-mDwck5/iPZMnAVhXEeHZpDDLdMs="
|
||||
},
|
||||
"get-caller-file": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue