CyberChef logo

CyberChef

Cyber Swiss Army Knife web app for encryption, encoding, compression and data analysis.

#encryption #compression #Live Demo #Screenshots

Getting Started

  1. Create a folder and move to it
    mkdir cyberchef && cd cyberchef
    
  2. Create a docker-compose.yml file and add the following content:
    docker-compose.yml
    services:
      cyber-chef:
        image: mpepping/cyberchef:latest
        ports:
          - "9099:8000"
    
  3. Start the service using docker compose.
    docker compose up -d
    
  4. Wait a minute for the containers to start up, then visit http://localhost:9099 to access the CyberChef.