Keepass windows to linux
Here you can download KeePass:
KeePass 2.47 | |
---|---|
Installer for Windows (2.47): KeePass-2.47-Setup.exe Download the EXE file above, run it and follow the steps of the installation program. You need local installation rights (use the Portable version on the right, if you don’t have local installation rights). | Portable (2.47): KeePass-2.47.zip Download the ZIP package above and unpack it to your favorite location (USB stick, . ). KeePass runs without any additional installation and won’t store any settings outside the application directory. |
Supported operating systems: Windows 7 / 8 / 10 (each 32-bit and 64-bit), Mono (Linux, Mac OS X, BSD, . ). |
KeePass 1.39 | |
---|---|
Installer for Windows (1.39): KeePass-1.39-Setup.exe Download the EXE file above, run it and follow the steps of the installation program. You need local installation rights (use the Portable version on the right, if you don’t have local installation rights). | Portable (1.39): KeePass-1.39.zip Download the ZIP package above and unpack it to your favorite location (USB stick, . ). KeePass runs without any additional installation and won’t store any settings outside the application directory. |
Supported operating systems: Windows 7 / 8 / 10 (each 32-bit and 64-bit), Wine. | |
Unsure which edition (1.x or 2.x) to choose? See the Edition Comparison Table. See also the Development Status FAQ. If in doubt, use KeePass 2.x. |
Other downloads and links:
Contributed/Unofficial KeePass Ports | |
---|---|
KeePassPPC & KeePassSD (for PocketPC / Smart Devices ) Tusk (for Chrome, especially Chromebook) KPD (for BlackBerry 10 / PlayBook) KeePassB (for BlackBerry 10) KeePassBB (for BlackBerry) KeePassJ2ME (for J2ME / mobile phones) KeePassX (for Linux / Mac OS X) For developers: | |
Icons: No trailing icon = compatible with both KeePass 1.x and 2.x. | |
Others: «KeePass» is the password manager developed by Dominik Reichl. Any software by other developers that is using the name «KeePass» in the software’s name without any direct non-numeric/non-special prefix/suffix is abusing the name «KeePass» and we do not recommend such software. For example, «KeePassDroid» is ok, but «KeePass Droid» is not. |
Contributed/Unofficial KeePass Packages | |
---|---|
KeePass 1.x for PortableApps.com Platform™ KeePass 2.x for PortableApps.com Platform™ |
Other Downloads and Resources | |
---|---|
Source code packages, containing everything you need to build your own KeePass.exe and plugins (source code, resources, build scripts, . ):
MSI packages (for network administrators only; regular users should use the installer or the ZIP package; the 2.x MSI requires Windows 7 or higher):
Command Line OptionsCommand line options to automate KeePass tasks. You can pass a file path in the command line in order to tell KeePass to open this file immediately after startup. Switches can be either prefixed using a minus ( — ) or two minus characters ( — ). On Windows, a slash ( / ) is another alternative. The prefixes are equivalent; it doesn’t matter which one you use. Database file. The database file location is passed as argument. Only one database file is allowed. If the path contains a space, it must be enclosed in quotes («). Password. Passwords can be passed using the -pw: option. In order to pass ‘abc’ as password, you would add the following argument to the command line: -pw:abc . Note that there must be no space between the ‘ : ‘ and the password. If your password contains a space, you must enclose it in quotes. For example: -pw:»my secret password» . Using the -pw: option is not recommended, due to security reasons (the operating system allows reading the command line options of other applications). When passing the -pw-stdin option, KeePass reads the password from the StdIn stream. This option is intended for programmatically passing the password to KeePass. For entering the password by hand, it is recommended to use the normal master key dialog instead (because in this dialog the password is hidden by bullets/asterisks and it is encrypted by the process memory protection). Key file. For supplying the key file location, the -keyfile: switch exists. The same rules as above apply, just that you specify the key file location: -keyfile:D:\pwsafe.key . You also need to quote the value, if it contains a space, tab or other whitespace characters. Pre-selection. In order to just pre-select a key file, use the -preselect: option. For example, if you lock your database with a password and a key file, but just want to type in the password (so, without selecting the key file manually), your command line would look like this: KeePass would then show a prompt for the password for the database, but in the key file list, the C:\pwsafe.key file is selected already. When using the -preselect: switch, KeePass by default activates the key file switch and sets the focus to the password edit window. Note the difference! The -preselect: switch just pre-selects the key file for you and displays the login prompt. In contrast, the -keyfile: switch doesn’t prompt you for the (maybe missing) password. Other. The -minimize command line option makes KeePass start up minimized. This option may not work when KeePass runs on Mono (due to a bug in Mono). The -auto-type command line option makes other already opened KeePass instances perform a global auto-type. If the -readonly switch is present in the command line, KeePass will open the database in read-only mode. The -lock switch forces KeePass to open in locked mode (i.e. you will not be asked immediately for the master key when also passing a database path). Additionally, the -useraccount switch is supported. If specified, the current user account credentials will be used. The -iocredfromrecent switch makes KeePass load file system credentials (not database key) from the most recently used files list. Alternatively, the file system credentials can be specified using the -iousername: and -iopassword: parameters. The optional -ioiscomplete switch tells KeePass that the path and file system credentials are complete (the ‘Open URL’ dialog will not be displayed then). The -pw-enc: parameter is similar to -pw: , but it requires the password to be encrypted. Encrypted passwords can be generated using the placeholder. The -entry-url-open option makes other already opened KeePass instances search for an entry and open its URL. The entry is identified by its UUID, which you can pass as -uuid: command line parameter. The -auto-type-password option is similar to -auto-type , but auto-types only the password of a matching entry. -auto-type-selected performs auto-type for the currently selected entry. The -cancel option causes all other KeePass instances to cancel opening/saving a database file. The path of the local configuration file can be changed using the -cfg-local: command line parameter. The order of the arguments is arbitrary. |