Added package nimword (#2481)

This commit is contained in:
PhilippMDoerner 2023-02-02 17:18:25 +01:00 committed by GitHub
parent b1a853012a
commit aed50ee75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28753,8 +28753,27 @@
"url": "https://github.com/ilmanzo/containertools",
"license": "GPL-3.0",
"method": "git",
"tags": [ "dsl", "container" ],
"tags": [
"dsl",
"container"
],
"description": "a library and a DSL to handle container spec files",
"web": "https://github.com/ilmanzo/containertools"
},
{
"name": "nimword",
"url": "https://github.com/PhilippMDoerner/nimword",
"method": "git",
"tags": [
"hashing",
"password",
"libsodium",
"openssl",
"argon2",
"pbkdf2"
],
"description": "A simple library with a simple interface to do password hashing and validation with different algorithms",
"license": "MIT",
"web": "https://github.com/PhilippMDoerner/nimword"
}
]