Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenhack/dvault
Dead simple password manager
https://github.com/zenhack/dvault
Last synced: 16 days ago
JSON representation
Dead simple password manager
- Host: GitHub
- URL: https://github.com/zenhack/dvault
- Owner: zenhack
- License: mit
- Created: 2017-10-31T00:59:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T16:02:29.000Z (over 4 years ago)
- Last Synced: 2024-05-01T12:58:58.656Z (8 months ago)
- Language: Haskell
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
dvault: dead simple password manager
# The Bumf
* Simple
* Stores passwords encrypted with your GPG key
* Stores one password per file, which makes it synchronization tool
friendly.# Basic operation
To generate a random password:
$ dvault gen $password_tag
where `$password_tag` is a name for the password. You may be prompted by
gpg to enter recipients; make sure one of them is you!Running `dvault` with no arguments will:
* spawn `dmenu`, with a list of tags for passwords you've stored.
* decrypt the password you select with gpg
* copy it to the clipboard.Passwords are stored gpg-encrypted at
`${HOME}/.local/dvault/${pasword_tag}.pass.asc`.