New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cyberchef-node

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cyberchef-node

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

latest
Source
npmnpm
Version
3.0.0
Version published
Maintainers
2
Created
Source

CyberChef

The Cyber Swiss Army Knife

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.

NOTE: The standard cyberchef library has a npm installable version that technically allows for the same thing as this project, and this is a mimic of that project, but with one key difference... We removed grunt, simplfied it to a commonjs module, and made it combatable with multiple node version, to be more easily installed using npm. If you've ever had an issue with the standard cyberchef library, this is the project for you.

How it works

npm install --save cyberchef-node

Node.js support

CyberChef is built to fully support Node.js v18. For more information, see the Node API page in the project wiki pages

Licencing

CyberChef is released under the Apache 2.0 Licence and is covered by Crown Copyright.

Keywords

cipher

FAQs

Package last updated on 06 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts