diff options
| author | Solitude <solitudesf@protonmail.com> | 2019-06-04 18:49:58 +0300 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-06-04 17:49:58 +0200 |
| commit | 2e8ee7a0291eb8d418a5d5335aae59cfb9e26676 (patch) | |
| tree | d7bb8586c858c958e4e8a9e6405e2d6fdbbe807d | |
| parent | a80fc6543f9daaedc0e24fbaa679c9057b5cbf16 (diff) | |
| download | packages-2e8ee7a0291eb8d418a5d5335aae59cfb9e26676.tar.gz packages-2e8ee7a0291eb8d418a5d5335aae59cfb9e26676.zip | |
Add packages: masterpassword, mpwc (#1091)
| -rw-r--r-- | packages.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 2e68a18..9845e1e 100644 --- a/packages.json +++ b/packages.json @@ -13425,6 +13425,33 @@ "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", "method": "git", |
