dvault alternatives and similar packages
Based on the "Unclassified" category.
Alternatively, view dvault alternatives based on common mentions on social networks and blogs.
-
bit-stream
Lazy infinite compact streams with cache-friendly O(1) indexing and applications for memoization -
dependent-sum-template
DISCONTINUED. Template Haskell code to generate instances of classes in dependent-sum package -
argon2
Haskell bindings to libargon2 - the reference implementation of the Argon2 password-hashing function
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of dvault or a related 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
.