What's the difference between KeePass / KeePassX / KeePassXC?

199,536

Solution 1

You probably already know, but both KeePass and KeePassX (& now KeePassXC, a fork of KeePassX) are open source (published under the GNU General Purpose Licence 2) secure (using AES or Twofish) data storage programs, using a single database file to store (mainly) passwords, or pretty much any data you'd like e.g. user names, passwords, urls, attachments and comments.

KeePass was started about 2003, originally for Windows only, but now uses Mono to run on anything that Mono supports, like Mac OS X, Linux, FreeBSD...

KeePassX is an "Contributed/Unofficial KeePass Port" of KeePass that was started in 2005 (if the copyright notice on the bottom of their webpages is accurate) to run KeePass on Linux. It is now available as a native program for Linux, Windows, OS X, and others.

As the KeePassX homepage says:

Originally KeePassX was called KeePass/L for Linux since it was a port of Windows password manager Keepass Password Safe. After KeePass/L became a cross platform application the name was not appropriate anymore and therefore, on 22 March 2006 it has been changed [to KeePassX].

KeePassXC seems to have been forked from KeePassX because of the slow development of KeePassX (it's last update was v2.0.2 on 2016-02-02) while KeePassXC started with v2.1.0 on 2017-01-22.


Currently, the biggest difference between KeePass & KeePassX seems to be the appearance and "feel" of each program, especially on Linux or Mac OS X where KeePassX doesn't rely on Mono, so matches the look of other native programs closer. And, KeePassX's version 0.4.x & 2.x display issues.

Also, KeePassX/XC doesn't support plugins (there are several plugins for KeePass), as the user Grief points out in their answer so do upvote it too.

Screenshots of KeePassX "1.x"/(0.4.x) & "2.x", and KeePass2

These are on a Linux Mint 17 XFCE (Ubuntu 14.04 based) system. See this Ubuntu package search for keepass for what version's currently in what release:

KeePassX 0.4.3 (version 1.x compatible)

This version's in Ubuntu "Trusty Tahr" 14.04 LTS, and uses the KeePass v1.x database - AES/Rijndael or Twofish KeePassX 0.4 This is basically the same font & sizes as other windows, looks great & fits in. You can customize the columns & see the preview panel. Opening an entry to view/edit opens a new window: KeePassX 0.4 view entry


KeePassX 2.0.2

In Ubuntu 16.04 LTS & 16.10, using the KeePass v2.x database - AES/Rijndael only. KeePass2 normal view It uses the new database version 2.x, but you can't use TwoFish encryption, and it removes some display features like the preview panel (the bottom/right panel with details on the selected entry) and customizing columns. Viewing/editing an entry does not open a new window, it changes the whole KeePassX window into the view/edit window.

For some reason, it wouldn't let me resize the window to any smaller than this screenshot. Hopefully they'll add back the missing display features soon, but until then I'll stick with KeePassX 0.4.x.


KeePassXC 2.2.0

A "new contender" has emerged, KeePassXC, that describes itself as "a community fork of KeePassX, a native cross-platform port of KeePass Password Safe, with the goal to extend and improve it with new features and bugfixes to provide a feature-rich, fully cross-platform and modern open-source password manager."

It's FAQs answer some basic questions:

  • Q: Why KeePassXC instead of KeePassX?
    A: KeePassX is an amazing password manager, but hasn't seen much active development for quite a while. Many good pull requests were never merged and the original project is missing some features which users can expect from a modern password manager. Hence, we decided to fork KeePassX to continue its development and provide you with everything you love about KeePassX plus many new features and bugfixes.

  • Q: Why KeePassXC instead of KeePass?
    A: KeePass is a very proven and feature-rich password manager and there is nothing fundamentally wrong with it. However, it is written in C# and therefore requires Microsoft's .NET platform. On systems other than Windows, you can run KeePass using the Mono runtime libraries, but you won't get the native look and feel which you are used to.
    KeePassXC, on the other hand, is developed in C++ and runs natively on all platforms giving you the best-possible platform integration.

KeePassXC and KeePassX appear to be visually nearly identical (so no screenshot, only adds a Password Generator toolbar button), but some differences are KeePassXC has:


KeePass 2.25 using Mono

In Ubuntu 14.04 LTS, there's a slightly higher version in 16.04 LTS & newer: enter image description here Visually very similar to KeePassX 0.4.3 but the font's different & smaller, just looks out of place. The preview panel's much more compact (like reading a .CSV file) and viewing/editing an entry opens a new window. It's got a side-by-side view too: KeePass2 side-by-side Also can NOT do somethings that the Windows version can like Export to KeePass version 1 formats: KeePass2 Not on Windows Error And has some display issues for me, like in this next image the key transformation rounds is actually 6003, but only the 6 is visible: KeePass2 Display Problems


Formerly, the current "main" KeePassX (0.4.3) only supported "the KeePass 1.x (Classic) password database format" But as of December 7, 2015, KeePassX version 2 has finally reached a stable release:

We’re proud to announce the first stable release of the KeePassX 2 series after several years of development.

KeePassX 2.0 is using the new .kdbx (same as KeePass 2) database format.
You can import your .kdb database from 0.4 from the Database > Import KeePass 1 database.
This is a one-way process though. You can’t migrate back to the .kdb format.

New features include:

  • Multiple attachments per entry
  • Add custom key/value pairs to entries
  • Open multiple database in one window

And the page "KeePass Edition Comparison" is probably helpful to differentiate versions 1 and 2.

It compares around 50 different aspects, copying them all here would be unnecessary, so I'll just paste a few of the differences, features that KeePass 1.x do NOT have, compared to KeePass 2.x. Many of these look very Windows-centered:

Full Unicode Support, Enhanced High DPI Support, Windows User Account, One-Time Passwords (as a plugin), Enter Master Key on Secure Desktop, Custom String Fields, Internal Attachment Viewer/Editor, Entry History, Import External Icons, Group Notes, Show Entries of Sub-Groups, Recycle Bin, Entry Tags, Grouped Results, Sort Search Results, Auto-Type TCATO, Pick Characters, Export To XSL-Transformed, Import from "More than 35 formats (see Help: Import)", Open Database via URL (FTP, HTTP, WebDAV, SCP, SFTP, FTPS), Shared Database Editing (Office-style locking), Synchronization, Scripting, Trigger System.

And, KeePass 1.x supports the AES/Rijndael & Twofish Encryption Algorithms. KeePass 2.x supports AES/Rijndael in KeePassX, AES & TwoFish for KeePassXC, AES & ChaCha20 for KeePass.

See the linked Comparison page above for more info, & some description.

Solution 2

Currently, one of the most significant differences between KeePass and KeePassX is lack of plugins or even API for them in KeePassX:

Are there any plugins for KeePassX?

There is no interface built in to support plugins. Therefore, no plugins available.

(reference)

UPD (4 Oct 2019):

I'd strongly recommend to give KeePassXC a try. For me at appears to be much better than both KeePass and KeePassX. It has browser integration out of the box.

Solution 3

KeePassX is an open-source clone of KeePass for Linux and OS X. As KeePassX uses QT, they don't have the same user interface.

However, they can be used interchangeably as their .kdb or .kdbx databases are binary-compatible.

Solution 4

I am using Ubuntu 18.04 LTS Bionic Beaver and tested both Keepass 2.38 and KeepassX 2.0.3

In a nutshell:

  • Keepass was born for Windows and ported to Linux using Mono, while KeepassX was written for Linux using well known and supported Qt libraries. KeepassX in Ubuntu looks slightly better, but...
  • KeepassX 0.4 does not support .kdbx databases
  • KeepassX 2.x lacks two important features in its interface IMHO:
    1. Entry notes preview in the bottom of the window (you have to double click entry so see them)
    2. It lacks the time indicator that shows you how much time is left before clipboard cache is cleared

So, until they develop such features in KeepassX 2.x I suggest you to use Keepass2.

Please note even if the 'keepass2' package is in official Ubuntu repository, you can't just install it from Ubuntu Software Store but need to open a terminal and type

sudo apt-get install keepass2
Share:
199,536

Related videos on Youtube

Martin Monperrus
Author by

Martin Monperrus

Updated on September 18, 2022

Comments

  • Martin Monperrus
    Martin Monperrus almost 2 years

    KeePass, KeePassX and KeePassXC look very close.

    What's the difference between them?

    • colan
      colan almost 7 years
      And now there's KeePassXC as KeePassX has stalled.
    • Xen2050
      Xen2050 over 6 years
      Interesting about KeePassXC, sounds like KeePassX v2 plus new features & fixes (like twofish, merging, etc), I'll bet the C even stands for "Continued." When it appears in the Debian / Ubuntu repositories I'll give it a try.
    • Pawel Debski
      Pawel Debski almost 6 years
      @Xen2050 Did you try? Any opinions?
    • Xen2050
      Xen2050 almost 6 years
      @PawelDebski I added a little bit about KeePassXC to my answer, looks exactly like the continuation of KeePassX with new features & fixes. Probably a good idea to use XC instead of an older version of X (unless you really like the look of KeePassX 0.4, which I do)
    • Pawel Debski
      Pawel Debski almost 6 years
      Yep, I've figured it earlier. For the sake of completeness here is the link to my Ask Ubuntu answer: askubuntu.com/questions/1011431/keepassx-vs-keepassxc/… Anyway thanks for your excellent elaborate answer.
  • Martin Monperrus
    Martin Monperrus over 9 years
    .kbd is the v1 format (as opposed to .kbdx) and KeePassX supports "the KeePass 1.x (Classic) password database format". I've tried.
  • Arda
    Arda almost 9 years
    I can use .kdbx files in new KeePassX v2 Alpha and Beta versions for a long time, across Windows and Linux and newly OSX (file is stored on Dropbox to share across my work (currently OSX - KeePassX) and home (Windows, KeePass 2)) and I can say I can use it smoothly and without issues so far.
  • Arda
    Arda almost 9 years
    Please see my comment at Martin's answer. Alpha and beta versions of KeePassX 2 can open, read and write .kdbx (KeePass 2.x ) database format without issues.
  • Xen2050
    Xen2050 almost 9 years
    The KeePassX webpage still refers to the "1" version (0.4) and still says it's not compatible with KeePass 2 databases, which is true. However, the newer KeePassX 2.0 is compatible, though it's still in beta (was in alpha for the past +3 years) and not considered a regular release yet ("Beware: this is a beta release. While I believe the code base is already rather stable make sure to regularly backup your database")
  • sebastian-c
    sebastian-c about 7 years
    @Xen2050 That statement has since been removed from the FAQ. I think it works now.
  • rbaleksandar
    rbaleksandar almost 7 years
    I find it rather strange that they use Qt for the development yet not support plugins. Qt offers plugin infrastructure (not a perfect one but still better than nothing) out of the box.
  • Zelphir Kaltstahl
    Zelphir Kaltstahl over 6 years
    Huh, strange, I thought GPLv2 was a Free Software license …
  • alchemy
    alchemy about 4 years
    Here is a discussion of KeePass with plugins on Ubuntu and either browser integration in general and that is more current: "KeePass and Ubuntu 20.04 Setup (with Chrome, Firefox)?" askubuntu.com/questions/1228389/…
  • Aaron
    Aaron almost 4 years
    This is somewhat implied, but for reference, KeePassXC "does not support plugins at the moment" either, though they are considering it.