From 9e57214a7a0714131a42e6da91acfaeff15c8f6e Mon Sep 17 00:00:00 2001 From: Danil Yarantsev <21169548+Yardanico@users.noreply.github.com> Date: Fri, 17 Apr 2020 17:10:46 +0300 Subject: [PATCH] Added package strenc (#1437) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 62cfe33..68e4573 100644 --- a/packages.json +++ b/packages.json @@ -17423,5 +17423,17 @@ "description": "Utilities for use with IP. It has functions for IPv4, IPv6 and CIDR.", "license": "MIT", "web": "https://github.com/rockcavera/nim-iputils" + }, + { + "name": "strenc", + "url": "https://github.com/Yardanico/nim-strenc", + "method": "git", + "tags": [ + "encryption", + "obfuscation" + ], + "description": "A library to automatically encrypt all string constants in your programs", + "license": "MIT", + "web": "https://github.com/Yardanico/nim-strenc" } ]