From a6ff711a0b2c3e41b8352336d277d4ba731e4887 Mon Sep 17 00:00:00 2001 From: Itay Migdal Date: Tue, 14 Feb 2023 08:31:41 +0200 Subject: [PATCH] Added package nimprotect Closes #2500 Co-authored-by: Gabriel Huber --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 05053da..18b49ee 100644 --- a/packages.json +++ b/packages.json @@ -29245,5 +29245,17 @@ "description": "Library to build command-line interfaces.", "license": "MIT", "web": "https://github.com/moigagoo/climate" + }, + { + "name": "nimprotect", + "url": "https://github.com/itaymigdal/NimProtect", + "method": "git", + "tags": [ + "Encryption", + "Obfuscation" + ], + "description": "NimProtect is a tiny single-macro library for protecting sensitive strings in compiled binaries", + "license": "MIT", + "web": "https://github.com/itaymigdal/NimProtect" } ]