- Created by Angoll
- 🗓 Last Updated: 12/11/22 17:41:45
- 🌟 Stars on GitHub: 54
- Please consider supporting the creator by Starring or Sponsoring them on GitHub!
- Get Workflow
- Get Latest Release
- Get Source Code
From their README
KPass
An Alfred KeePassXC Workflow
Features
- 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 https://github.com/Angoll/KPass/issues/28#issuecomment-1174058448 )
Setup
Prerequisites
- Alfred 4 or 5
- KeePassXC
- A created KeePassXC database
- homebrew installed( https://brew.sh/ )
- jq installed ( https://stedolan.github.io/jq/download/ )
Configuration
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!
Enable the cache
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.
Known problems
Slowness to load database
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:
- https://github.com/Angoll/KPass/issues/17#issuecomment-888096305
- https://github.com/keepassxreboot/keepassxc/issues/6778
Keepass file appears unselectable
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.
References
Any feedback is welcome!
Love it? Give it a ⭐️ or a tweet to help spread the word!