![]() | KeePass PluginsPlugins provide additional functionality. |
KeePass features a plugin framework. Plugins can provide additional functionality, like support of more file formats for import/export, network functionalities, backup features, etc.
You can download the latest KeePass plugins (and their source code) from http://keepass.info/plugins.html.
To install a plugin, follow these steps:
To uninstall a plugin, just delete its .DLL file. You don't need to disable it in the plugins dialog first.
Some people had doubts about the security of plugins: can't malicious spyware plugins 'inject' themselves into KeePass? Of course, they theoretically can, but if plugins can register themselves (i.e. have write access to the KeePass directory), they could also just replace the whole KeePass.exe. It's rather a problem of the file system security, not the plugin system.
If you worry about this, you can do the following:
This will solve the problem above. Since the KeePass directory is write-protected, no other program can copy files into it. KeePass requires the plugins to be in the application directory, paths with characters like '.' and '\' are rejected. Therefore, plugins cannot inject themselves anymore.