Popularity
1.4
Declining
Activity
0.0
Stable
2
2
0

Monthly Downloads: 29
Programming language: Haskell
License: GNU Lesser General Public License v3.0 or later
Tags: Security    
Latest version: v0.2.1

passman alternatives and similar packages

Based on the "Security" category.
Alternatively, view passman alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of passman or a related project?

Add another 'Security' Package

README

passman

Copyright (C) 2018, 2019 Jonathan Lamothe [email protected]

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.

GitHub

The most recent version of passman can be found on GitHub at https://github.com/jlamothe/passman.

Pull Requests

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

Donations

Bitcoin donations are accepted (but not required) at: 18hqEsXCinyauDp6smPUEVuscjDdasTKvr


*Note that all licence references and agreements mentioned in the passman README section above are relevant to that project's source code only.