Add zxcvbn

This commit is contained in:
Zahary Karadjov 2020-10-06 21:35:35 +03:00 committed by zah
parent 49681bddd5
commit c10a92b119

View File

@ -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",