Added package strenc (#1437)
This commit is contained in:
parent
71425f66c1
commit
9e57214a7a
1 changed files with 12 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue