All Projects → Rookiestyle → GlobalSearch

Rookiestyle / GlobalSearch

Licence: GPL-3.0 License
Enhance KeePass search functionality to search in all open databases

Programming Languages

C#
18002 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to GlobalSearch

ColoredPassword
Use different colors for digits and special chars in passwords
Stars: ✭ 34 (+100%)
Mutual labels:  keepass, keepass-plugin, keepass2
KeePassSubsetExport
KeePassSubsetExport is a KeePass2 plugin which automatically exports a subset of entries to new databases
Stars: ✭ 39 (+129.41%)
Mutual labels:  keepass, keepass-plugin, keepass2
PasswordChangeAssistant
KeePass plugin to change passwords and synchronize password profiles
Stars: ✭ 22 (+29.41%)
Mutual labels:  keepass, keepass-plugin, keepass2
EarlyUpdateCheck
Perform KeePass update check BEFORE opening a database and automatically update plugins
Stars: ✭ 27 (+58.82%)
Mutual labels:  keepass, keepass-plugin, keepass2
QuickConnectPlugin
A KeePass plugin that allows you to connect to Windows/Linux/ESXi hosts.
Stars: ✭ 60 (+252.94%)
Mutual labels:  keepass, keepass-plugin
Keepass2android
Password manager app for Android
Stars: ✭ 2,887 (+16882.35%)
Mutual labels:  keepass, keepass2
Pykeepass
Python library to interact with keepass databases (supports KDBX3 and KDBX4)
Stars: ✭ 231 (+1258.82%)
Mutual labels:  keepass
keepassxc-pwned
Check your keepassxc database against previously breached haveibeenpwned passwords
Stars: ✭ 25 (+47.06%)
Mutual labels:  keepass
Argon2 Browser
Argon2 library compiled for browser runtime
Stars: ✭ 197 (+1058.82%)
Mutual labels:  keepass
KeePassHax
A tool to extract a KeePass master password from memory
Stars: ✭ 57 (+235.29%)
Mutual labels:  keepass
Poshkeepass
PowerShell module for KeePass
Stars: ✭ 177 (+941.18%)
Mutual labels:  keepass
KeePassQuickUnlock
KeePass 2.x plugin which lets you unlock databases quickly.
Stars: ✭ 121 (+611.76%)
Mutual labels:  keepass
keevault
Kee Vault is a password manager for your web browser. Password databases (Vaults) are encrypted using the KeePass storage format before being sent to a remote server for synchronisation across any modern device/browser
Stars: ✭ 57 (+235.29%)
Mutual labels:  keepass
keepass-rs
KeePass kdbx database file parser
Stars: ✭ 72 (+323.53%)
Mutual labels:  keepass
csv2keepassxml
Convert CSV files into KeePass 2 XML files.
Stars: ✭ 31 (+82.35%)
Mutual labels:  keepass
Hibpofflinecheck
Keepass plugin that performs offline and online checks against HaveIBeenPwned passwords
Stars: ✭ 191 (+1023.53%)
Mutual labels:  keepass
KeePassRDP
KeePassRDP is a plugin for KeePass 2.x which adds multiple options to connect via RDP to the URL of an entry.
Stars: ✭ 41 (+141.18%)
Mutual labels:  keepass
qute-keepassxc
Qutebrowser userscript to fetch credentials from KeepassXC password database
Stars: ✭ 44 (+158.82%)
Mutual labels:  keepass
ansible-keepass
Ansible plugin to fetch data from KeePass database file
Stars: ✭ 37 (+117.65%)
Mutual labels:  keepass
TinyKeePass
Another simple read-only KeePass Android app.
Stars: ✭ 44 (+158.82%)
Mutual labels:  keepass

GlobalSearch

Version Releasedate Downloads
License: GPL v3

Keepass offers a variety of powerful search functions, unfortunately none of them performs a search in all currently open databases.

GlobalSearch is a KeePass plugin that uses the built-in search functions to search in all open databases.
The database containing a found entry will be shown as an additional column in the result.

If only one database is open, it will simply use the standard KeePass search function. If more then one databases are open, it will search in all of them and will show you all entries in all open databases that match your search criteria.

Currently covered search functions:

  • Find... (who would have thought that...)
  • Last Modified Entries
  • Large Entries
  • Duplicate Passwords
  • Similar Passwords (Pairs)...
  • Similar Passwords (Clusters)...
  • Password Quality...
  • Expired entries

Table of Contents

Configuration

GlobalSearch integrates into KeePass' options form. Options

The upper part lets you chose which search functions shall be enhanced.
GlobalSearch will perform a search in all open databases if both criteria are met:

  • More than one database is opened
  • The corresponding option in GlobalSearch's configuration is active

The lower part will show additional information if a search returned results from multiple databases.

Usage

Global Search will perform the search in all open databases.

KeePass as well as many of the available plugins assume that all entries shown in the entry list are contained in the currently active database.
To not break compatibility and to avoid inconsistencies like flagging the wrong database as changed, Global Search will behave as follows:

If 'Find...' returns only entries from exactly one database, this database will be activated and the search results will be shown as usual.

If a search returns results from multiple databases, the results will be shown in a separate window. Selecting an entry will

  • Activate the selected entry's database
  • Show all found entries in the entry list, that are contained in this database

Example 1 - Result from a search triggered with Find...

Options Options

Example 1 - Result from a search for duplicate passwords

Options

Translations

GlobalSearch is provided with English language built-in and allow usage of translation files. These translation files need to be placed in a folder called Translations inside in your plugin folder. If a text is missing in the translation file, it is backfilled with the English text. You're welcome to add additional translation files by creating a pull request as described in the wiki.

Naming convention for translation files: <plugin name>.<language identifier>.language.xml
Example: GlobalSearch.de.language.xml

The language identifier in the filename must match the language identifier inside the KeePass language that you can select using View -> Change language...
This identifier is shown there as well, if you have EarlyUpdateCheck installed.

Download & updates

Please follow these links to download the plugin file itself.

If you're interested in any of the available translations in addition, please download them from the Translations folder.

In addition to the manual way of downloading the plugin, you can use EarlyUpdateCheck to update both the plugin and its translations automatically.
See the one click plugin update wiki for more details.

Requirements

  • KeePass: 2.41
  • .NET framework: 3.5
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].