Added package strenc (#1437)

This commit is contained in:
Danil Yarantsev 2020-04-17 17:10:46 +03:00 committed by GitHub
parent 71425f66c1
commit 9e57214a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]