-
Notifications
You must be signed in to change notification settings - Fork 11
1. Installation
To use the word sequencer, drop the Sequencer.DLL file, and the Sequencer.DLL.Config file, into the KeePass installation folder (usually within Program Files).These files can be found in release/version-number.
If you would like to start right away with a pre-made default configuration, also copy the options.xml file into the same folder.
Otherwise, before you can generate any passwords with Word Sequencer, you will need to configure sequencer options.
If you want to customize the location used to save configuration settings (for example, if you use a portable KeePass installation from a USB drive), you need to edit the Sequencer.DLL.Config file.
The defaultConfigPath key controls where to place the system-wide configuration settings. Use this to specify a file relative to the KeePass installation directory, or provide a full file path. This settings file will be copied to the user-specific settings file, controlled by the userConfigPath key. The userConfigPath is relative to the local application data (%LOCALAPPDATA% on Windows).
If you remove the userConfigPath key entirely, the defaultConfigPath is used to save the settings any time you use it. You could also remove both keys and add a configPath key which works the same as defaultConfigPath.
The version-file-url key is used to tell KeePass where to check for updates for this plugin. You should probably never need to modify this.