KeePass

From Wikipedia, the free encyclopedia
KeePass
Developer(s)Dominik Reichl
Initial releaseNovember 16, 2003; 20 years ago (2003-11-16)
Stable release
1.42 and 2.56 / February 1, 2024; 55 days ago (2024-02-01) (1.42) and February 4, 2024; 52 days ago (2024-02-04) (2.56)
RepositorySourceforge
Written inC# (2.x version),
C++ (1.x version)
Operating systemWindows, Linux, MacOS, BSD
Platform.NET Framework, Mono
Available inEnglish
TypePassword manager
LicenseGPL-2.0-or-later
Websitekeepass.info Edit this at Wikidata

KeePass Password Safe is a free and open-source password manager primarily for Windows. It officially supports macOS and Linux operating systems through the use of Mono.[1] Additionally, there are several unofficial ports for Windows Phone, Android, iOS, and BlackBerry devices, which normally work with the same copied or shared (remote) password database.[2][3][4][5][6] KeePass stores usernames, passwords, and other fields, including free-form notes and file attachments, in an encrypted file. This file can be protected by any combination of a master password, a key file, and the current Windows account details. By default, the KeePass database is stored on a local file system (as opposed to cloud storage).[7]

KeePass comes in two different variants: KeePass 1.x and KeePass 2.x. Although the 1.x variant is the former variant it is supported indefinitely: Dominik Reichl: "2.x isn't the successor of 1.x, and 1.x isn't dead".[8] KeePass 2.x has a different software basis in C# instead of the former C++. Mainly communication features are extended in KeePass 2.x: authentication with the Windows user account, remote and shared database editing as well as many plugins allowing communication and authentication with different web browsers, databases and more.[9][10]

KeePass 1.x and 2.x support a number of plugins, although 2.x allows more plugins.[10] It has a password generator and synchronization function, supports two-factor authentication, and has a Secure Desktop mode. It can use a two-channel auto-type obfuscation feature to offer additional protection against keyloggers.[11] KeePass can import from over 30 other most commonly used password managers.[11]

A 2017 Consumer Reports article described KeePass as one of the four most widely used password managers (alongside 1Password, Dashlane and LastPass), being "popular among tech enthusiasts" and offering the same level of security as non-free competitors.[12]

A 2019 Independent Security Evaluators study described KeePass as well as other widely used password managers as being unable to control Windows 10's tendency to leave passwords in cleartext in RAM after they are displayed using Windows controlled GUI.[13] In addition, several GitHub projects (KeeFarce, KeeThief, Lazanga) specifically attack a running KeePass to steal all data when the host is compromised. KeePass cannot prevent password theft and, as Dominik Reichl, the administrator of KeePass, states, "neither KeePass nor any other password manager can magically run securely in a spyware-infected, insecure environment."[14]

Overview[edit]

Import and export[edit]

The password list is saved by default as a .kdbx file, but it can be exported to .txt, HTML, XML and CSV.[15] The XML output can be used in other applications and re-imported into KeePass using a plugin. The CSV output is compatible with many other password safes like the commercial closed-source Password Keeper and the closed-source Password Agent. Also, the CSVs can be imported by spreadsheet applications like Microsoft Excel or OpenOffice/LibreOffice Calc.

File format support can be expanded through the use of KeePass plugins.[16]

Multi-user support[edit]

KeePass supports simultaneous access and simultaneous changes to a shared password file by multiple computers (often by using a shared network drive), however there is no provisioning of access per-group or per-entry.[17] As of May 2014, there are no plugins available to add provisioned multi-user support, but there exists a proprietary password server (Pleasant Password Server) that is compatible with the KeePass client and includes provisioning.[18]

Auto-type and drag and drop[edit]

An example of KeePass's auto-type function, which is triggered by a global hotkey

KeePass can minimize itself and type the information of the currently selected entry into dialogs, webforms, etc. KeePass has a global auto-type hot key. When KeePass is running in the background (with an unlocked database) and user presses down the hotkey, it looks up the selected (or correct) entry and enters every login and/or password characters sequence.[19] All fields, such as title, username, password, URL, and notes, can be drag and dropped into other windows.[citation needed]

Windows clipboard handling allows double-clicking on any field of the password list to copy its value to the Windows clipboard.

KeePass may be configured to randomize characters' input sequence to make it harder to log keystrokes. The features is called Two-Channel Auto-Type Obfuscation (TCATO).[20]

Clipboard reset[edit]

KeePass automatically clears the clipboard some time after the user has copied one of their passwords into it. KeePass features protection against clipboard monitors (other applications will not get notifications that the clipboard content has been changed).[citation needed]

Browser support[edit]

The auto-type functionality works with all windows, and consequently with all browsers. The KeeForm extension fills in user details into website form fields automatically. It is available for Mozilla Firefox, Google Chrome, and Microsoft Edge. Internet Explorer also has a browser integration toolbar available.[21]

Built-in password generator[edit]

User Interface of the password generator

KeePass features a built-in password generator that generates random passwords. Random seeding can be done through user input (mouse movement and random keyboard input).[19]

Plugins[edit]

KeePass has a plugin architecture. There are various plugins available from the KeePass website (such as import/export from/to various other formats, database backup, integration, automation, etc.). Note that plugins may compromise the security of KeePass, because they are written by independent authors and have full access to the KeePass database.[10]

Wrapper[edit]

KeePass has an opensource wrapper, QuicKeepass, that allows the use of KeePass more efficiently on Linux.[22]

Cryptography[edit]

Runtime security[edit]

"Add Entry" dialog in KeePass

According to the utility's author, KeePass was one of the first password management utilities to use security-enhanced password edit controls, in this case one called CSecureEditEx.[23] The author makes several claims regarding the security of the control and its resistance to password revealing utilities; however, the author does not cite or make any references to any third-party testing of the control to corroborate the claims of its security.[24]

Passwords are protected in memory while KeePass is running. On Windows Vista and later versions, passwords are encrypted in process memory using Windows Data Protection API, which allows storing the key for memory protection in a secure, non-swappable memory area. On previous Windows systems, KeePass falls back to using the ARC4 cipher with a temporary, random session key.[25]

Offline security[edit]

Access to the database is restricted by a master password or a key file. Both methods may be combined to create a "composite master key". If both methods are used, then both must be present to access the password database. KeePass version 2.x introduces a third option—dependency upon the current Windows user.[26] KeePass encrypts the database with the AES, Twofish or ChaCha20 symmetric cipher, where the first two are used in CBC/PKCS7 mode. AES is the default option in both KeePass editions, Twofish is available in KeePass 1.x, ChaCha20 is available only in KeePass 2.35 and higher.[27] However, a separate plugin provides Twofish as an encryption algorithm in KeePass 2.x. In KeePass 1.x (KDB database format), the integrity of the data is checked using a SHA-256 hash of the plaintext, whereas in KeePass 2.x (KDBX database format), the authenticity of the data is ensured using a HMAC-SHA-256 hash of the ciphertext (Encrypt-then-MAC construction).[28]

Notable KeePass derivatives[edit]

  • KeePassX, a multi-platform open source KeePass clone for Linux and macOS, built using the Qt libraries.[29] As of December 2021, KeePassX is no longer actively maintained.[30]
  • KeePassXC (KeePass Cross-Platform Community Edition) is a fork of KeePassX written in C++.[31]
  • KeeWeb, a cross-platform JavaScript web application using the KeePass database format, desktop version built with Electron.

History[edit]

KeePass at one time had a paste-once functionality, where after a single paste operation, the clipboard would be cleared automatically, but this was removed in version 2.x due to incompatibility and insufficient effectiveness.[32]

See also[edit]

References[edit]

  1. ^ "Setup". KeePass. Archived from the original on 2023-12-09.
  2. ^ "Download". KeePass.
  3. ^ "7Pass" – via Word press.
  4. ^ "KeePassDroid". Google Play Store. Brian Pellin. Retrieved 24 March 2024.
  5. ^ "BlackBerry World – KeePass for BlackBerry". Appworld. Blackberry. Archived from the original on 2013-06-22. Retrieved 2014-03-26.
  6. ^ "iOS application". iTunes. Apple.
  7. ^ Zukerman, Erez. "Tools for the Paranoid: 5 Free Security Tools to Protect Your Data". PC World. Retrieved 2013-07-14.
  8. ^ Reichl, Dominik, "Development Status FAQ", KeePass.
  9. ^ Reichl, Dominik, "Edition Comparison", KeePass.
  10. ^ a b c Reichl, Dominik. "Plugins". Keepass.
  11. ^ a b Rubenking, Neil. "KeePass Review & Ratings". PC Magazine. Retrieved 2014-06-11.
  12. ^ Chaikivsky, Andrew (2017-02-17). "Everything You Need to Know About Password Managers". Consumer Reports. Retrieved 2018-06-23.
  13. ^ Bednarek, Adrian. "Password Managers: Under the Hood of Secrets Management". Security evaluators. Retrieved 2019-03-24.
  14. ^ Reichl, Dominik. "Security Issues". KeePass. Archived from the original on 2019-09-03. Retrieved 2019-03-24.
  15. ^ Reichl, Dominik (2019). "Features". KeePass. Retrieved 2019-12-31.
  16. ^ "2.x Plugins". KeePass. Retrieved 2019-01-26.
  17. ^ Reichl, Dominik. "KeePass Help Center". Retrieved 2012-12-28.
  18. ^ "Pleasant Password Server". Retrieved 2014-05-29.
  19. ^ a b Markton, Ben. "KeePass Password Safe Professional". CNET. Retrieved 2014-06-11.
  20. ^ Reichl, Dominik. "Two-Channel Auto-Type Obfuscation". Keepass. Retrieved 2021-09-15.
  21. ^ KeeForm, retrieved 2014-06-24.
  22. ^ "QuicKeepass". September 28, 2021 – via GitHub.
  23. ^ Reichl, Dominik. "Secure Edit Controls". KeePass. Retrieved 2009-11-14.
  24. ^ Reichl, Dominik (2005-04-17). "CSecureEditEx – A More Secure Edit Control". The Code Project. Archived from the original on 2006-02-17.
  25. ^ Reichl, Dominik. "Security". KeePass. Retrieved 2007-12-13.
  26. ^ Reichl, Dominik. "Composite Master Key". KeePass. Retrieved 2009-11-14.
  27. ^ Reichl, Dominik. "News: KeePass 2.35 available!". Keepass. Archived from the original on 2024-03-14. Retrieved 2020-10-11.
  28. ^ Reichl, Dominik. "Security". KeePass. Retrieved 2020-10-11.
  29. ^ Geyer, Felix. "KeePassX 2.0 has arrived". Kee pass X. Archived from the original on 2015-12-22. Retrieved 2015-12-07.
  30. ^ "Development stopped". 9 December 2021. Archived from the original on 2021-12-12. Retrieved 2021-12-09.
  31. ^ "KeePassXC Password Manager". KeepassXC. Archived from the original on 2024-03-21. Retrieved 26 January 2017.
  32. ^ Reichl, Dominik. "What happened to the paste-once functionality in 2.x?". KeePass Forums. Retrieved 2012-10-14 – via Source forge.

External links[edit]