passman-core: Deterministic password generator core

[ gpl, library, password ] [ Propose Tags ]
This version is deprecated.

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]

  • 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

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.3), base (>=4.9 && <4.11), bcrypt (>=0.0.10 && <0.1), bytestring (>=0.10.8.1 && <0.11), conduit (>=1.2.11 && <1.3), conduit-extra (>=1.1.5 && <1.3), containers (>=0.5.7.1 && <0.6), cryptohash-md5 (>=0.11.100.1 && <0.12), csv-conduit (>=0.6.7 && <0.7), 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.2), memory (>=0.14.6 && <0.15), passman-core, resourcet (>=1.1.9 && <1.2), text (>=1.2.2.2 && <1.3), unix-compat (>=0.4.3.1 && <0.6), yaml (>=0.8.23.3 && <0.9) [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 2017-12-14T11:54:36Z
Distributions
Downloads 1447 total (8 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 2017-12-20 [all 3 reports]

Readme for passman-core-0.1.0.0

[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.