Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cyberchef | 21,296 | 1 | 3 | 3 days ago | 359 | September 16, 2022 | 376 | apache-2.0 | JavaScript | |
The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis | ||||||||||
Turbopfor Integer Compression | 677 | 2 days ago | 9 | gpl-2.0 | C | |||||
Fastest Integer Compression | ||||||||||
Secure Ls | 449 | 23 | 12 | 2 years ago | 11 | December 12, 2019 | 20 | mit | JavaScript | |
:lock: Secure localStorage data with high level of encryption and data compression | ||||||||||
Compress | 426 | 2,424 | 571 | 2 months ago | 19 | August 18, 2021 | 4 | mit | JavaScript | |
Compress middleware for koa | ||||||||||
Qs | 348 | 2 | 36 | 2 months ago | 23 | February 22, 2022 | 7 | gpl-3.0 | C | |
Quick serialization of R objects | ||||||||||
Lzutf8.js | 286 | 56 | 105 | 3 months ago | 48 | July 06, 2022 | 13 | mit | TypeScript | |
A high-performance Javascript string compression library | ||||||||||
Compress | 244 | 709 | 143 | 4 months ago | 27 | January 07, 2021 | 5 | other | Java | |
High-performance, streaming/chunking Java LZF codec, compatible with standard C LZF package | ||||||||||
Loqui | 213 | 1 | 2 years ago | 15 | January 04, 2017 | 8 | mit | Rust | ||
RPC Transport Layer - with minimal bullshit. | ||||||||||
Lzsa | 209 | 3 months ago | 4 | other | C | |||||
Byte-aligned, efficient lossless packer that is optimized for fast decompression on 8-bit micros | ||||||||||
Nn_compression | 189 | 4 years ago | 6 | mit | Jupyter Notebook | |||||
CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. These operations include simple encoding like XOR and Base64, more complex encryption like AES, DES and Blowfish, creating binary and hexdumps, compression and decompression of data, calculating hashes and checksums, IPv6 and X.509 parsing, changing character encodings, 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.
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:
By manipulating CyberChef's URL hash, you can change the initial settings with which the page opens.
The format is https://gchq.github.io/CyberChef/#recipe=Operation()&input=...
Supported arguments are recipe
, input
(encoded in Base64), and theme
.
CyberChef is built to support
CyberChef is built to fully support Node.js v16
. For more information, see the Node API page in the project wiki pages
Contributing a new operation to CyberChef is super easy! The quickstart script will walk you through the process. If you can write basic JavaScript, you can write a CyberChef operation.
An installation walkthrough, how-to guides for adding new operations and themes, 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.