n1474335 / CyberChef-server

A server providing RESTful access to CyberChef

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A server providing RESTful access to CyberChef

License:Apache License 2.0


Languages

Language:JavaScript 100.0%