A tool to generate Hexadecimal strings with high entropy using Node.js.
- Secure Generation: Uses Node.js
cryptomodule for cryptographically secure random hex strings (CSPRNG). - Entropy Calculation: Calculates real-time Shannon Entropy (0.0 - 4.0) for every string.
- Filtering & Sorting: Set minimum target scores and get results automatically sorted by entropy.
- Peak Detection: Built-in
--scanmode to find the top highest entropy samples (N samples based on-n). - Flexible Output: Supports standard text output, hidden scores, or formatted JSON data.