passman-core: Deterministic password generator core

[ gpl, library, password ] [ 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 core of passman.


[Skip to Readme]

Modules

[Index] [Quick Jump]

  • Passman
    • Core
      • Passman.Core.Config
        • Passman.Core.Config.Lens
      • Passman.Core.Entry
        • Passman.Core.Entry.Lens
      • Passman.Core.Hash
      • Passman.Core.Info
      • Passman.Core.Mode
      • Passman.Core.Version

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1 (info)
Change log ChangeLog.md
Dependencies aeson (>=0.7 && <1.5), base (>=4.9 && <4.13), bcrypt (>=0.0.10 && <0.1), bytestring (>=0.10.8.1 && <0.11), conduit (>=1.3.0 && <1.4), containers (>=0.5.7.1 && <0.7), cryptohash-md5 (>=0.11.100.1 && <0.12), csv-conduit (>=0.6.7 && <0.8), data-ordlist (>=0.4.7.0 && <0.5), directory (>=1.2.3 && <1.4), filepath (>=1.4.1.0 && <1.5), int-cast (>=0.1.2.0 && <0.3), memory (>=0.14.6 && <0.15), passman-core, text (>=1.2.2.2 && <1.3), unix-compat (>=0.4.3.1 && <0.6), 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
Category Password
Home page https://github.com/PasswordManager/passman-core#readme
Bug tracker https://github.com/PasswordManager/passman-core/issues
Source repo head: git clone https://github.com/PasswordManager/passman-core
Uploaded by mat8913 at 2018-09-27T10:59:45Z
Distributions
Downloads 1447 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
Last success reported on 2018-09-27 [all 1 reports]

Readme for passman-core-0.2.0.1

[back to package description]

passman-core

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 core of passman.