entgrep
A grep but for secrets (based on entropy).
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:23 |
Tags
Installation
nimble install entgrep
choosenim install entgrep
git clone https://github.com/srozb/entgrep
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| entgrep | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/srozb/entgrep |
|---|---|
| Homepage | https://github.com/srozb/entgrep |
| Registry Source | nimble_official |
README
entgrep
A Grep but for secrets (based on entropy)

Installation
nimble install entgrep
Usage
Usage:
entgrep [optional-params] [files: string...]
A grep for secret stuff
Options:
-h, --help print this cligen-erated help
--help-syntax advanced: prepend,plurals,..
-s=, --blobSize= 0.. 48 set blobSize
-t=, --threshold= float 5.2 set threshold
-j, --asJson bool false set asJson
Find all 32 bytes long blobs with entropy over 5.5:
entgrep -s 32 -t 5.5 path/to/file