https://github.com/ayan4m1/keepass-reaper
KeePass 2.x plugin to show stale/expired credentials
https://github.com/ayan4m1/keepass-reaper
Last synced: 9 months ago
JSON representation
KeePass 2.x plugin to show stale/expired credentials
- Host: GitHub
- URL: https://github.com/ayan4m1/keepass-reaper
- Owner: ayan4m1
- License: mit
- Created: 2019-03-17T10:48:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T16:16:57.000Z (over 7 years ago)
- Last Synced: 2024-12-18T12:44:19.681Z (over 1 year ago)
- Language: C#
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KeePass Reaper
This plugin shows you the age of your credentials. It adds an item to the Tools menu called "Show stale entries," which brings up a small dialog that shows all credentials that are either older than (i.e. last modified before) the configurable cutoff date _or_ explicitly expired based on the KeePass entry's expiration date.
*NOTE* This plugin only supports KeePass 2.x.
## Installation
Follow the [generic instructions](https://keepass.info/help/v2/plugins.html) for plugin installation. Basically, place the DLL in your KeePass Plugins directory.
## Usage
Goto Tools > Show stale entries... You should see a dialog like the following:

If an entry has a value in the built-in KeePass URL field, you can double-click the stale entry to open the URL using the default shell handler.
You can adjust the cutoff date after which results will be displayed. Clicking "Dismiss" or pressing Escape will close the dialog.
If an entry is _expired_ using the KeePass built-in expiration feature, it will appear in red.
If you have more than ten thousand credentials, the cutoff date refresh may be slow.