Jump to content

KeePass: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Added {{advert}} tag (within {{multiple issues}}) to article (TW)
Line 129: Line 129:
* KeePassB for [[BlackBerry 10]] and [[BlackBerry PlayBook|PlayBook]] devices, compatible with versions 1.x and 2.x<ref>http://appworld.blackberry.com/webstore/content/131133/</ref>
* KeePassB for [[BlackBerry 10]] and [[BlackBerry PlayBook|PlayBook]] devices, compatible with versions 1.x and 2.x<ref>http://appworld.blackberry.com/webstore/content/131133/</ref>
* KeePass for BlackBerry. Native port for [[BlackBerry 10]] devices, compatible with versions 1.x<ref>http://appworld.blackberry.com/webstore/content/27406106/</ref>
* KeePass for BlackBerry. Native port for [[BlackBerry 10]] devices, compatible with versions 1.x<ref>http://appworld.blackberry.com/webstore/content/27406106/</ref>
* MacPass, a free and open source native client for Mac OS X<ref>[http://mstarke.github.io/MacPass/</ref>


==Popularity==
==Popularity==

Revision as of 11:17, 10 April 2014

KeePass Password Safe
Developer(s)Dominik Reichl
Initial releaseNovember 16, 2003 (2003-11-16)
Repository
Written inC# (2.x version),
C++ (1.x version)
Operating systemWindows; Linux, Mac OS X, BSD with Mono (Professional Edition)
PlatformCross-platform
Available inMultilingual
TypePassword manager
LicenseGNU GPLv2+
Websitekeepass.info

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[1] and Windows Phone.[2] 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. Unlike many other password management tools, by default the KeePass encrypted database is not stored in the cloud, but strictly locally, for added security.[3]

KeePass is flexible and extensible, with many configuration options. It supports two-factor authentication and Windows secure desktop option to protect against keyloggers. Keepass can import from over 30 other most commonly used password managers.[4] There is a large selection of plugins for KeePass,[5] but caution should be taken when installing plugins from third-party sources.

KeePassX was based on Qt, KeePass 2 is based on Mono.[6][7]

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.

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.[8] As of December 2012, there are no plugins available to add provisioned multi-user support, but there exists a closed-source server Pleasant Password Server that is compatible with the Keepass client and includes provisioning.[9]

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

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. 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.[10]

Browser support

The auto-type functionality works with all windows, and consequently with all browsers. The KeeForm extension allows 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.

For Firefox there's another extension called KeeFox which connects to KeePass when you need to get any password from it.

Built-in password generator

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).

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

"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.[11] 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.[12] 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.[13]

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.[14] 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

File:KeePassX Logo.png
KeePassX Logo
  • KeePassX, a multi-platform open-source KeePass clone for Linux and OS X, built using version 4.3 of the Qt libraries. As of October 2011, 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[15]
  • kpcli, a command line interface to KeePass 1.x database files, written in Perl and with a familiar Unix shell-style user interface.[16]
  • KeePassC, a curses-based password manager compatible to KeePass v.1.x and KeePassX, written in python 3.[17]
  • 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[18]
  • Keepass2Android, a port of KeePass 2.x for the Android platform using Mono for Android[19]
  • 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[20]
  • PassDrop for iPhone and iPad including a fullscreen interface on the iPad. Includes full read/write dropbox support, compatible with version 1.x[21]
  • KeePassB for BlackBerry 10 and PlayBook devices, compatible with versions 1.x and 2.x[22]
  • KeePass for BlackBerry. Native port for BlackBerry 10 devices, compatible with versions 1.x[23]
  • MacPass, a free and open source native client for Mac OS X[24]

Popularity

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

See also

References

  1. ^ Zukerman, Erez. "Review: KeePass makes strong passwords and keeps them safe". PC World. Retrieved 14 July 2013.
  2. ^ http://7pass.wordpress.com
  3. ^ Zukerman, Erez. "Tools for the paranoid: 5 free security tools to protect your data". PCWorld. Retrieved 14 July 2013.
  4. ^ Rubenking, Neil. "KeePass Review & Rating - PCMag.com". PC Magazine | PCMag.com. Retrieved 14 July 2013.
  5. ^ "KeePass Plugins and Extensios". Retrieved 14 July 2013.
  6. ^ https://packages.debian.org/sid/keepassx
  7. ^ https://packages.debian.org/sid/keepass2
  8. ^ Dominik Reichl. "KeePass Help Center". Retrieved 2012-12-28.
  9. ^ "Pleasant Password Server". Retrieved 2012-12-28.
  10. ^ Dominik Reichl. "What happened to the paste-once functionality in 2.x? - KeePass Forums". Retrieved 2012-10-14.
  11. ^ Dominik Reichl. "Secure Edit Controls - KeePass". Retrieved 2009-11-14.
  12. ^ Dominik Reichl (2005-04-17). "CSecureEditEx - A More Secure Edit Control". The Code Project. {{cite web}}: External link in |work= (help)
  13. ^ Dominik Reichl. "Security - KeePass". Retrieved 2007-12-13.
  14. ^ Dominik Reichl. "Composite Master Key - KeePass". Retrieved 2009-11-14.
  15. ^ https://www.keepassx.org/news/2012/05/334
  16. ^ http://kpcli.sourceforge.net/
  17. ^ https://github.com/raymontag/keepassc
  18. ^ https://play.google.com/store/apps/details?id=com.android.keepass
  19. ^ https://play.google.com/store/apps/details?id=keepass2android.keepass2android
  20. ^ http://keepass2.openix.be
  21. ^ https://itunes.apple.com/gb/app/passdrop/id431185109?mt=8
  22. ^ http://appworld.blackberry.com/webstore/content/131133/
  23. ^ http://appworld.blackberry.com/webstore/content/27406106/
  24. ^ [http://mstarke.github.io/MacPass/