mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-10 10:03:07 +00:00
Added package strenc (#1437)
This commit is contained in:
parent
71425f66c1
commit
9e57214a7a
@ -17423,5 +17423,17 @@
|
|||||||
"description": "Utilities for use with IP. It has functions for IPv4, IPv6 and CIDR.",
|
"description": "Utilities for use with IP. It has functions for IPv4, IPv6 and CIDR.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/rockcavera/nim-iputils"
|
"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…
x
Reference in New Issue
Block a user