Skip to content

KeyWeeUsr/elkee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elkee

CI Coverage Status Buy me a coffee Liberapay PayPal

Native KeePass client for Emacs.

TODO:

  • Argon2, soon, fallback to argon2 binary currently
  • Other non-default algorithms available in KDBX4
  • KDBX3

How to

Clone and install manually, then:

  1. Ensure Kaesar Emacs library is installed
  2. (require 'elkee)
  3. (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.