This is not indorsed by CyberChef nore is it official. If Some issues are resolved (being able to compile cyberchef source code) then I may make a pull request, but until then use at your own risk.
- Make a portable cyberchef application that can be used on all platforms
- Develope scripts or github actions that automate pulling of cyberchef's JavaScript (post build) and build up-to date applications.
This is a simple repository that I utilize to build cyberchef in Tauri. Tauri is a Rust/JavaScript framework for building simple, secure, and fast applications. I currently have a workign GitHub actions that builds applications for Windows, Linux, and IOS. It dose require a copy of the current released CyberChef JavaScript files.
Local:
Make sure to have node installed on your local machine.
git clone https://github.com/Fra3zz/CyberChefPE.git
cd CyberChefPE
bun install # or "bun i"
bun run tauri build #This will build for your local OS. npm/Deno/Yarn can be usedGitHub Actions
- Fork my repo (and add to it if you would like)
- Run github action
- CyberChef is an amazing application for all types of cryptography, encryption, decryption, formating and more. Their GitHub can be found here. This is where the source code comes from for tuari to compile the applications. Check them out and star them.
- Make a pull request with a detailed explination of your changes. Due to time restraints, it might take me some time (Not really long but not really fast) before I approve the pull request.
- Like always, this is open for everyone to use.