No description
Find a file
2021-01-25 17:54:09 +02:00
src Version 0.1.3 2021-01-25 17:54:09 +02:00
.gitignore Initial implementation 2019-06-04 17:01:17 +03:00
LICENSE Initial implementation 2019-06-04 17:01:17 +03:00
mpwc.nimble Version 0.1.3 2021-01-25 17:54:09 +02:00
README.md Initial implementation 2019-06-04 17:01:17 +03:00

mpwc

Stateless password manager using Master Password algorithm.

Installation

nimble install mpwc

Requires libsodium installed.

Example usage

mpwc -p "probably not the best way to supply a password" -n $(whoami) -s github

If not provided as command line arguments, password, name and site are prompted in the terminal:

$ mpwc
password:
name: SolitudeSF
site: github
[ ═☻═⚔  ]: thisisit

If enviroment variable MPW_FULLNAME is set then the name is read from it.

You can use --stdin flag to read the password from stdin:

gpg2 -d -q "password.gpg" | mpwc --stdin -n me -s ssh