passman-cli: Deterministic password generator command line interface

[ gpl, password, program ] [ Propose Tags ]

Generates unique passwords deterministically from a single master password. A hash of the master password is stored on disk to prevent accidentally generating a password from a mistyped master password.

This is the command line interface to passman.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
dummyclipboard

Use the dummy clipboard

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <4.13), conduit (>=1.2.11 && <1.4), contravariant (>=1.4 && <1.6), haskeline (>=0.7.2.3 && <0.8), optparse-applicative (>=0.14.0.0 && <0.15), passman-core (>=0.2.0.0 && <0.3), resourcet (>=1.1.10 && <1.3), text (>=1.2.2.2 && <1.3), X11 (>=1.8 && <1.10), yaml (>=0.8.23.3 && <0.11) [details]
License GPL-3.0-only
Copyright 2017 Matthew Harm Bekkema
Author Matthew Harm Bekkema
Maintainer mbekkema97@gmail.com
Revised Revision 1 made by mat8913 at 2018-09-27T11:18:03Z
Category Password
Home page https://github.com/PasswordManager/passman-cli#readme
Bug tracker https://github.com/PasswordManager/passman-cli/issues
Source repo head: git clone https://github.com/PasswordManager/passman-cli
Uploaded by mat8913 at 2017-12-16T07:47:50Z
Distributions
Executables passman-cli
Downloads 647 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2017-12-21 [all 4 reports]

Readme for passman-cli-0.2.0.0

[back to package description]

passman-cli

Generates unique passwords deterministically from a single master password. A hash of the master password is stored on disk to prevent accidentally generating a password from a mistyped master password.

This is the command line interface to passman.