A modern, visual toolkit for data transformation, encoding, encryption and CTF challenges. Inspired by CyberChef, but built with modern web technologies and a focus on visual programming. Leveraging Rust and WebAssembly for high-performance operations, it provides blazing-fast processing capabilities right in your browser.
-
🎨 Visual Programming Interface
- Create data processing pipelines using an intuitive drag-and-drop interface
- Connect operations with visual flows
- Real-time preview of results at each step
-
⚡ High Performance
- Core operations implemented in Rust and compiled to WebAssembly
- Efficient processing of large data sets
- Client-side processing for data privacy
-
🧩 Modular Operation System
- Easy to add new operations
- Type-safe connections between operations
- Categorized operation sidebar for easy discovery
-
🔄 Current Operations
- String manipulations (reverse, case conversion, whitespace removal)
- More coming soon!
- Node.js (v18 or higher recommended)
- npm or yarn
# Clone the repository
git clone https://github.com/yourusername/cyber-nohut.git
# Navigate to project directory
cd cyber-nohut
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
You need to have Rust installed.
# Install wasm-pack
cargo install wasm-pack
# Go to wasm directory
cd wasm
# Build the wasm module (No target because the default is loader (like webpack))
wasm-pack build
# Go back to the root directory
cd ..
- Frontend: React 18 with TypeScript
- Build Tool: Vite
- Styling: TailwindCSS
- Graph Visualization: @xyflow/react
- Core Operations: Rust (WebAssembly)
- UI Components: Custom components with Radix UI primitives
- Modern Tech Stack: Built with React, TypeScript, and Rust/WebAssembly
- Visual Programming: True visual programming interface instead of linear recipe list
- Type Safety: Built-in type checking between operations
- Performance: Core operations implemented in Rust for maximum performance
- Real-time Preview: See results update in real-time as you build your pipeline
See our detailed roadmap for planned features and improvements.
Quick overview:
- v0.1.x: Core CTF essentials (encodings, ciphers, hashing)
- v0.2.x: File handling & basic steganography
- v0.3.x: Advanced features (RSA, AES, forensics)
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by CyberChef
- Built with React Flow
- WebAssembly core powered by Rust