Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/babab/dispass
Disperse and dispell passwords with a free alternative manager.
https://github.com/babab/dispass
command-line labels no-database passphrase-generator password-manager python
Last synced: about 1 month ago
JSON representation
Disperse and dispell passwords with a free alternative manager.
- Host: GitHub
- URL: https://github.com/babab/dispass
- Owner: babab
- License: other
- Created: 2012-05-28T18:53:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T18:05:54.000Z (about 6 years ago)
- Last Synced: 2024-10-05T22:45:41.375Z (4 months ago)
- Topics: command-line, labels, no-database, passphrase-generator, password-manager, python
- Language: Python
- Homepage: https://dispass.org
- Size: 1.58 MB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog.rst
- License: LICENSE
Awesome Lists containing this project
README
DisPass
******************************************************************************DisPass is a password manager for GNU/Linux, \*BSD, MacOS X and Windows.
It can be used as any traditional password manager, but has one key
difference. DisPass does not store your passwords anywhere, so you
can never lose them. It creates strong and unique passphrases formed
from a master password and a label (and some optional parameters),
helping you get rid of the bad habit of using a single password for
multiple websites. Dispass is a console application, but also has a
simple graphical interface.Resources
=========- **Main website**: https://dispass.org
- Python Package Index: http://pypi.python.org/pypi/DisPass
- Github: https://github.com/babab/dispass
- Gitter.im: https://gitter.im/babab/DisPassQuick start
==============================================================================These are quick instructions for the impatient, just wanting to check
out DisPass. For full documentation on using **DisPass**, visit
http://dispass.orgDownload
--------Download and install DisPass from the Python Package Index with pip:
.. code:: console
pip install --user dispass
Using DisPass for the first time
--------------------------------For this example we will create a passphrase to use for a google account.
1. Create and save a label ``google`` to the labelfile:
.. code:: console
dispass add google
2. Generate the passphrase for the first time. Since you will need to
register the passphrase with google we pass the ``--verify`` flag
or simply ``-v`` so DisPass asks us to verify the password and we
can avoid typing errors in the input password while creating the
resulting passphrase for the first time:.. code:: console
dispass generate --verify google
Mini screencast
---------------Checkout the following mini screencast. In this demo the label is added
interactively... image:: https://raw.githubusercontent.com/babab/DisPass/master/docs/screencast.png
:target: https://asciinema.org/a/38378Software license
==============================================================================DisPass is released under an ISC license, which is functionally
equivalent to the simplified BSD and MIT/Expat licenses, with language
that was deemed unnecessary by the Berne convention removed.::
Copyright (c) 2012-2016 Tom Willemse
Copyright (c) 2011-2018 Benjamin AlthuesPermission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.