KeePass

From The Hidden Wiki
Jump to navigationJump to search

Template:Multiple issues Template:Infobox software

KeePass Password Safe is a free, open source, cross-platform and light-weight password management utility for Microsoft Windows, with unofficial ports for Linux, Mac OS X, iOS, Android, and Windows Phone.<ref name="Zukerman">Template:Cite web</ref><ref>Template:Cite web</ref> KeePass stores all usernames, passwords, other fields, including free-form notes, in a securely encrypted database, protected by a single master password and/or key file. By default the KeePass encrypted database is not stored in the cloud but locally.<ref name="Zukerman-5tools">Template:Cite web</ref>

KeePass is flexible and extensible, with many configuration options. It supports two-factor authentication and Windows secure desktop option to protect against keyloggers.<ref name="Rubenking-Review">Template:Cite web</ref> KeePass can import from over 30 other most commonly used password managers.<ref name="Rubenking-Review"/> There is a large selection of plugins for KeePass,<ref name="plugin-directory">Template:Cite web</ref> but caution should be taken when installing plugins from third-party sources.

KeePassX is based on Qt, KeePass 2 is based on Mono.<ref>Template:Cite web</ref><ref>Template:Cite web</ref>

Features

Password management

Passwords stored by this application can be further divided into manageable groups. Each group can have an identifying icon. Groups can be further divided into subgroups in a tree-like organization.

Further, KeePass tracks the creation time, modification time, last access time, and expiration time of each password stored. Files can be attached and stored with a password record, or text notes can be entered with the password details. Each password record can also have an associated icon. Some reviewers have noted that the app interface takes some training before users feel comfortable using it.<ref name="CNET-Review">Template:Cite web</ref>

Import and export

The password list can be exported to various formats like TXT, HTML, XML and CSV. 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. Exports from these programs can be imported to KeePass databases. KeePass can parse and import TXT outputs of CodeWalletPro, a commercial closed-source password safe. It can import TXT files created by Bruce Schneier's Password Safe v2. File format support can be expanded through the use of KeePass plugins. The HTML output uses Cascading Style Sheets (CSS) to format the table, which makes it possible to change the layout.

Multi-user support

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.<ref>Template:Cite web</ref> 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.<ref>Template:Cite web</ref>

Auto-type, global hot keys, drag-and-drop

File:Keepass-autotype.gif
KeePass Auto-Type with global hotkey in action

Auto-type, global auto-type hot key combination and drag-n-drop support: KeePass can minimize itself and type the information of the currently selected entry into dialogs, webforms, etc. KeePass features a global auto-type hot key. When KeePass is running in the background (with opened database) and the user presses the hot key, it looks up the correct entry and executes its auto-type sequence.<ref name="CNET-Review" /> All fields, title, username, password, URL and notes can be drag-n-dropped into other windows.

Windows clipboard handling allows to double-click on any field of the password list to copy its value to the Windows clipboard. KeePass can clear the clipboard automatically some time after the user has copied one of their passwords into it. KeePass features a protection against clipboard monitors (other applications won't get notifications that the clipboard content has been changed)) and it has a paste-once functionality: allow only one paste operation, after pasting the clipboard is cleared automatically by KeePass. The latter was removed in 2.x due to incompatibility and insufficient effectiveness.<ref>Template:Cite web</ref>

Browser support

The auto-type functionality works with all windows, and consequently with all browsers. The KeeForm extension allows users to open websites with Internet Explorer and Mozilla Firefox and fill in user details automatically. For Internet Explorer, there's also a browser integration toolbar available.<ref>KeeForm, undated, retrieved 24 June 2014</ref>

For Firefox there's another extension called KeeFox which connects to KeePass when a user needs to access a password from it.<ref>Template:Cite web</ref>

Built-in password generator

File:KeePass random password.png
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).<ref name="CNET-Review"/>

Plugins

KeePass has a plugin architecture. There are various plugins available on the KeePass homepage (import/export from/to various other formats, database backup, integration and 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.

Cryptography

Runtime security

File:KeePass add entry.png
"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.<ref name="keepass_secedit">Template:Cite web</ref> 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.<ref name="secure_edit">Template:Cite web</ref> The software can be tested, since the source code is freely available.

Passwords are protected in memory while KeePass is running. On Windows Vista and Windows 7, 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.<ref name="keepass_security">Template:Cite web</ref>

Offline security

Access to the database is restricted by either 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.<ref name="keepass2">Template:Cite web</ref> KeePass encrypts the database with the AES or Twofish symmetric ciphers. AES is the default option, and Twofish is available in 1.x, but is not available in version 2.x. However, a separate plugin provides Twofish as an encryption algorithm.

Other versions

  • KeePassX, a multi-platform open-source KeePass clone for Linux and OS X, built using version 4.3 of the Qt libraries. Template:As of, databases created by KeePassX 0.4.3 are binary-compatible with databases created by KeePass 1.x, with support for the Keepass 2.x database format implemented in a new alpha release in May 2012<ref>Template:Cite web</ref>
  • kpcli, a command line interface to KeePass database files, written in Perl and with a familiar Unix shell-style user interface.<ref>Template:Cite web</ref>
  • KeePassC, a curses-based password manager compatible to KeePass v.1.x and KeePassX, written in python 3.<ref>Template:Cite web</ref>
  • 7Pass for Windows Phones, a port of KeePass for Windows Phone devices
  • KeePass for Blackberry, a Blackberry port of KeePass for RIM devices
  • KeePassMobile, KeePass port for mobile phones (Java ME)
  • KeePass for J2ME, a Java ME port of KeePass for mobile phones
  • iKeePass for iPhone, a port of KeePass for the iPhone, compatible with versions 1.x
  • MiniKeePass for iPhone, compatible with versions 1.x and 2.x
  • MyKeePass for iPhone, compatible with versions 1.x and 2.x
  • KeePassDroid, a port of KeePass for the Android platform, compatible with .kdb (1.x) and .kdbx (2.x, beta) files<ref>Template:Cite web</ref>
  • Keepass2Android, a port of KeePass 2.x for the Android platform using Mono for Android<ref>Template:Cite web</ref>
  • KeepShare, an enhanced, read-only KeePass client for the Android platform
  • KeePass for SmartDevices, a port of KeePass for Windows Mobile and PocketPC devices
  • KyPass for iPhone/iPad, a fork of MyKeePass with full dropbox support
  • KeePass for OS X, using Mono<ref>Template:Cite web</ref>
  • PassDrop for iPhone and iPad including a fullscreen interface on the iPad. Includes full read/write dropbox support, compatible with version 1.x<ref>Template:Cite web</ref>
  • KeePassB for BlackBerry 10 and PlayBook devices, compatible with versions 1.x and 2.x<ref>Template:Cite web</ref>
  • KeePass for BlackBerry. Native port for BlackBerry 10 devices, compatible with versions 1.x<ref>Template:Cite web</ref>
  • Ma*****ass, a free and open source native client for Mac OS X<ref>Template:Cite web</ref>
  • ownKeepass for Sailfish OS, compatible with KeePass 1.x file format<ref>Template:Cite web</ref>

Popularity

KeePass has been selected for inclusion on the VALO-CD, a Finnish collection of software for Windows.


References

1 }}
     | references-column-width 
     | references-column-count references-column-count-{{#if:1|30em}} }}
   | {{#if: 
     | references-column-width }} }}" style="{{#if: 30em
   | {{#iferror: {{#ifexpr: 30em > 1 }}
     | Template:Column-width
     | Template:Column-count }}
   | {{#if: 
     | Template:Column-width }} }} list-style-type: {{#switch: 
   | upper-alpha
   | upper-roman
   | lower-alpha
   | lower-greek
   | lower-roman = {{{group}}}
   | #default = decimal}};">
<references group=""></references>

External links

Template:Commons category