Native KeePass client for Emacs.
TODO:
- Argon2, soon, fallback to
argon2
binary currently - Other non-default algorithms available in KDBX4
- KDBX3
Clone and install manually, then:
- Ensure Kaesar Emacs library is installed
(require 'elkee)
(elkee-find-creds "file.kdbx" "password" "keyfile-or-nil" :title "Item")
For more visit function documentation for:
elkee-find-creds
elkee-list-creds
or use other public funcs for reading the data manually.