From 534617b2a7ae2b2815dbc095fbca700150dba825 Mon Sep 17 00:00:00 2001 From: srozb Date: Mon, 18 Jul 2022 11:50:03 +0200 Subject: [PATCH] Added package entgrep (#2285) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ec99b27..5881f10 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,18 @@ [ + { + "name": "entgrep", + "url": "https://github.com/srozb/entgrep", + "method": "git", + "tags": [ + "command-line", + "crypto", + "cryptography", + "security" + ], + "description": "A grep but for secrets (based on entropy).", + "license": "MIT", + "web": "https://github.com/srozb/entgrep" + }, { "name": "nexus", "url": "https://github.com/jfilby/nexus",