From 317c9a6fbd41a17e2e62ac00f3f20fbda263e583 Mon Sep 17 00:00:00 2001 From: xioren <40043405+xioren@users.noreply.github.com> Date: Sat, 10 Oct 2020 06:05:58 +0000 Subject: [PATCH] Added package nimpass (#1664) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 4417f1b..2d07b07 100644 --- a/packages.json +++ b/packages.json @@ -19824,6 +19824,22 @@ "bioinformatics" ] }, + { + "name": "nimpass", + "url": "https://github.com/xioren/NimPass", + "method": "git", + "tags": [ + "password", + "passphrase", + "passgen", + "pass", + "pw", + "security" + ], + "description": "quickly generate cryptographically secure passwords and phrases", + "license": "MIT", + "web": "https://github.com/xioren/NimPass" + }, { "name": "netTest", "url": "https://github.com/blmvxer/netTest",