CyberChef is a web app known as the "Cyber Swiss Army Knife" for its wide array of operations including encryption, encoding, compression, and data analysis. This versatile tool is invaluable for cybersecurity professionals, developers, and data analysts alike.
This package is automatically rebuilt every day to make sure that it utilizes the latest upstream version of CyberChef. The Docker image embeds CyberChef in an unprivileged NGINX container, providing a robust and secure environment for your operations.
Run the next command to start CyberChef in a Docker container:
docker run -d -p 8000:8000 ghcr.io/obeone/cyberchef:latestThen, open your web browser and navigate to http://localhost:8000 to start using CyberChef.
If you need to build the image from source, you can use the docker build command.
To build the latest version from the main branch:
docker build -t your-image-name .To build a specific version using a Git tag (e.g., 9.4.0):
docker build --build-arg GIT_TAG=9.4.0 -t your-image-name .Replace your-image-name with the desired name for your Docker image.
A Helm chart is available for deploying CyberChef on Kubernetes. You can find the files and instructions here.
- Encryption/Decryption: Do cryptographic operations using a variety of algorithms.
- Encoding/Decoding: Encode or decode data in formats such as Base64, URL encoding, and more.
- Data Analysis: Conduct extensive data manipulation and analysis tasks.
- Compression/Decompression: Easily compress and decompress data.
This project follows continuous integration practices, ensuring the software remains up-to-date with the latest features and security patches from the main CyberChef repository.
Feel free to contribute to the project by opening issues or pull requests on GitHub.
For user community and support, check out the CyberChef user forum, or connect with other users and developers through relevant online platforms.
This project is licensed under the terms of the MIT License.