![]() |
8 лет назад | |
---|---|---|
.github | 8 лет назад | |
docs | 8 лет назад | |
src | 8 лет назад | |
test | 8 лет назад | |
.babelrc | 8 лет назад | |
.eslintignore | 8 лет назад | |
.eslintrc.json | 8 лет назад | |
.gitignore | 8 лет назад | |
.npmignore | 8 лет назад | |
.travis.yml | 8 лет назад | |
Gruntfile.js | 8 лет назад | |
LICENSE | 8 лет назад | |
README.md | 8 лет назад | |
package.json | 8 лет назад |
CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. These operations include creating hexdumps, simple encoding like XOR or Base64, more complex encryption like AES, DES and Blowfish, data compression and decompression, calculating hashes and checksums, IPv6 and X.509 parsing, and much more.
The tool is designed to enable both technical and non-technical analysts to manipulate data in complex ways without having to deal with complex tools or algorithms. It was conceived, designed, built and incrementally improved by an analyst in their 10% innovation time over several years. Every effort has been made to structure the code in a readable and extendable format, however it should be noted that the analyst is not a professional developer and the code has not been peer-reviewed for compliance with a formal specification.
CyberChef is still under active development. As a result, it shouldn't be considered a finished product. There is still testing and bug fixing to do, new features to be added and additional documentation to write. Please contribute!
Cryptographic operations in CyberChef should not be relied upon to provide security in any situation. No guarantee is offered for their correctness.
A live demo can be found here - have fun!
There are four main areas in CyberChef:
You can use as many operations as you like in simple or complex ways. Some examples are as follows:
CyberChef is built to support Google Chrome 40+, Mozilla Firefox 35+ and Microsoft Edge 14+.
An installation walkthrough, how-to guides for adding new operations, descriptions of the repository structure, available data types and coding conventions can all be found in the project wiki pages.
CyberChef is released under the Apache 2.0 Licence and is covered by Crown Copyright.