a paranoid password manager
Go to file
Jonathan Lamothe 82f2c6c5fb version 0.3.1.1 2023-05-02 17:29:31 -04:00
app use LTS 20.19 resolver 2023-05-02 17:27:58 -04:00
src use LTS 20.19 resolver 2023-05-02 17:27:58 -04:00
test switched from lens package to microlens 2021-01-05 21:22:41 -05:00
.gitignore version 0.3.0.1 2021-05-09 12:57:38 -04:00
.travis.yml initial commit 2018-12-06 14:31:36 -05:00
ChangeLog.md version 0.3.1.1 2023-05-02 17:29:31 -04:00
LICENSE initial commit 2018-12-06 14:31:36 -05:00
package.yaml version 0.3.1.1 2023-05-02 17:29:31 -04:00
passman.cabal version 0.3.1.1 2023-05-02 17:29:31 -04:00
README.md removed GitHub references 2023-05-02 16:48:44 -04:00
Setup.hs initial commit 2018-12-06 14:31:36 -05:00
stack.yaml use LTS 20.19 resolver 2023-05-02 17:27:58 -04:00
stack.yaml.lock use LTS 20.19 resolver 2023-05-02 17:27:58 -04:00

passman

Copyright (C) 2018-2023 Jonathan Lamothe jonathan@jlamothe.net

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Executive Summary

This package is a very paranoid password manager. It consists of two parts: a front-end command-line interface, and a back-end library (which can be used to create prettier interfaces).

It is important to note that there is no password recovery service. If you enter an incorrect master password, you will simply get incorrect passwords from the database. This is by design. It makes the password database much more resistant to a brute-force attack. DON'T FORGET YOUR MASTER PASSWORD.

Once installed, the program can be run by typing passman in your terminal.

Installing

This package uses Haskell Stack. Please refer to their website for instructions on installing Haskell Stack. Once you have done this, you can simply enter the command stack install passman in the terminal to install passman.

Codeberg

The most recent version of passman can be found on Codeberg at https://codeberg.org/jlamothe/passman.

Pull Requests

Pull requests are welcome, but should be made to the dev branch.