From c10a92b119579372b3f2a61d81e6199de133d3f8 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Tue, 6 Oct 2020 21:35:35 +0300 Subject: [PATCH] Add zxcvbn --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8b5c310..4b8a9bf 100644 --- a/packages.json +++ b/packages.json @@ -6774,6 +6774,19 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-chronicles" }, + { + "name": "zxcvbn", + "url": "https://github.com/status-im/nim-zxcvbn", + "method": "git", + "tags": [ + "security", + "passwords", + "entropy" + ], + "description": "Nim bindings for the zxcvbn-c password strength estimation library", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-zxcvbn" + }, { "name": "stb_image", "url": "https://gitlab.com/define-private-public/stb_image-Nim.git",