From 2e8ee7a0291eb8d418a5d5335aae59cfb9e26676 Mon Sep 17 00:00:00 2001 From: Solitude Date: Tue, 4 Jun 2019 18:49:58 +0300 Subject: Add packages: masterpassword, mpwc (#1091) --- packages.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/packages.json b/packages.json index 2e68a18..9845e1e 100644 --- a/packages.json +++ b/packages.json @@ -13424,6 +13424,33 @@ "license": "LGPLv2.1", "web": "https://github.com/FedericoCeratto/nim-libgcrypt" }, + { + "name": "masterpassword", + "url": "https://github.com/SolitudeSF/masterpassword", + "method": "git", + "tags": [ + "masterpassword", + "password", + "stateless" + ], + "description": "Master Password algorith implementation", + "license": "MIT", + "web": "https://github.com/SolitudeSF/masterpassword" + }, + { + "name": "mpwc", + "url": "https://github.com/SolitudeSF/mpwc", + "method": "git", + "tags": [ + "masterpassword", + "password", + "manager", + "stateless" + ], + "description": "Master Password command line utility", + "license": "MIT", + "web": "https://github.com/SolitudeSF/mpwc" + }, { "name": "toxcore", "url": "https://github.com/ehmry/nim_tox", -- cgit v1.2.3