From aed50ee75e3d92b2e33be4cb60d8b03ee594d1df Mon Sep 17 00:00:00 2001 From: PhilippMDoerner Date: Thu, 2 Feb 2023 17:18:25 +0100 Subject: [PATCH] Added package nimword (#2481) --- packages.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index af32f24..e5cb463 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]