/CyberChef-server

A server providing RESTful access to CyberChef

Primary LanguageJavaScriptApache License 2.0Apache-2.0

CyberChef server

Provide an API for clients to send Cyberchef recipes to bake.

Installing

  • Clone the repository
  • cd into the project and run npm install
  • For development purposes, run npm run nodemon. This will start nodemon looking at the application.
  • For production, run npm run prod.