DEVLOG #3: CIPHER TOOLS & PERFORMANCE
New Module: XOR Cipher
- Implemented a functional XOR cipher engine as the first entry in the Cipher Tools module
- Output rendered in hex format for readability and compatibility with standard tooling
- Zero external dependencies — pure Java, built on the same architecture as the rest of the toolkit
Performance Improvement: Subnet Scanner
- Refactored the subnet discovery module for better throughput under load
- Reduced unnecessary overhead in host resolution loop, tightening the scan cycle
- The Virtual Thread pool now handles subnet ranges more efficiently with lower latency per host
Log in to leave a comment