- List all entries from a KeePassXC database
- Get the password for the selected entry, and put it in the clipboard
- The password is copied to the transient clipboard.
- Allow to cache the keys to a file. Default
disabled
- By holding ⌘ will copy the username (Thanks #28 (comment) )
- Alfred 4 or 5
- KeePassXC
- A created KeePassXC database
- homebrew installed( https://brew.sh/ )
- jq installed ( https://stedolan.github.io/jq/download/ )
Run kpassinit KPass Setup and follow the instructions:
- Select the KeePassXC database file
- [Optinally] If need it full path to the keychain file to use, leave it blank otherwise
- Select which keychain will be used to store the database password
- Enter the password for the KeePassXC database selected
- Done!
In order to enable the cache, go to the Alfred workflow and into environment [x]
set the env var cacheFile
to a full file path where to store the cache. As an example /Users/my_user/Library/Caches/kpass.cache
Finally the env var cacheTimeout
controlls the recreation of cache in seconds.
Try reconfiguring the format and number of transform rounds of your database (KDF), increasing the format value and reduce the transformation rounds.
This Alfred workflow integrate with keepassxc using keepassxc cli, the script add a very low overhead and all time is spend in opening the database.
Having a high transformation rounds allows to slow down bruteforce attacks so pickup a number that is seems right for you.
More information:
Open the Alfred workflow from the Alfred App, double click the Run Script /usr/bin/osascript connected to the kpassinit. And remove the following line (on line 20)
ofType: ["dyn.ah62d4rv4ge8003dcta"] //.kdbx extension type identifier
This will make any file selectable.
Any feedback is welcome!
Love it? Give it a ⭐️ or a tweet to help spread the word!