Live data from Hacker News

KeePassXC 2.3.0 released

keepassxc.org

71–80 of 105 posts

Re: KeePassXC 2.3.0 released

#71
post #64

The best UX improvement in this release (IMHO) is pretty buried in the changelog, and I don't see it mentioned here: no more lock files! If you use Keepass on something like Dropbox it's a blessing.

Nice! This was one of two or three reasons I bit the bullet and switched to 1password yearly.

Re: KeePassXC 2.3.0 released

#72

Anybody have thoughts about where to store the encrypted database for backup? Would it be foolish to keep the database somewhere publicly accessible?

There is one gotcha that you need to think about that hasn't been mentioned. If you back up your password database online, and your master file is lost in a fire, you need to be able to access the online backup service without requiring your password manager.

You either need to remember the password for the online backup service, or you need to have another copy of the file in a remote location that you can access physically, like on your work PC if you don't work from home, or at a family/friend's.

Re: KeePassXC 2.3.0 released

#73
post #59

Earlier quoted context omitted.

Aren't you worried about that fact that any program you run could potentially read all your passwords using the key file?

You can have a composite password to unlock consisting of keyfile + passphrase.

Ah, I see! That makes sense.

Re: KeePassXC 2.3.0 released

#75
post #68

Serious question: why should I leave KeePassX ?

  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.

Re: KeePassXC 2.3.0 released

#76
post #64

The best UX improvement in this release (IMHO) is pretty buried in the changelog, and I don't see it mentioned here: no more lock files! If you use Keepass on something like Dropbox it's a blessing.

The mentioned issue has the following statement which makes me wonder whether concurrent use on sync services is supported atm:

> I was going to add tests for "concurrent" access of the same file in phase 2 of these changes. Phase 2 is refactoring the saving process entirely to make it asynchronous and robust to file sync services.

Re: KeePassXC 2.3.0 released

#77
post #49

I was a longtime user of KeePassX. The UI was terrible, but it was free, open source and most importantly cross platform. After KeePass2 made the DB incompatible and rewrote everything in C# it stopped being a proper cross platform product and I investigated aternatices. I've since moved to enpass and I'm very happy. Enpass is a great, native app on Win/Mac/Linux and has native Android/iOS apps (with fingerprint supp…

> I was a longtime user of KeePassX.

Probably you mean KeePass (the "original" one), which is written in C# and requires Mono in Linux ? KeepassX has always been native C++ and cross-platform.

Re: KeePassXC 2.3.0 released

#78

Previous thread about KeepPassXC 2.2.0: https://news.ycombinator.com/item?id=14633576 I used KeePassXC for a period, but from these release notes, the UI/UX still isn't great. If you're on macOS, I recommend MacPass, which feels more native to the system, is compatible with existing KBDX databases and most-importantly, is also open-source: https://github.com/MacPass/MacPass

I just switched from MacPass to KeePassXC for the reason mentioned in release notes: it obsoletes the HTTP Connector and uses another mechanism. MacPass keeps using HTTP, and it is uknown, when it will do the same switch. Given that I use multiple computers, and the extensions are synced, I want to use the same mechanism on all of them.

Do you know the details of the differences between the old and the new mechanisms? All I see is a migration is required, but I used neither.

Re: KeePassXC 2.3.0 released

#79
I always find it interesting to see which of the new distro agnostic packages these applications provide. In this case AppImage and Snap.

It really looks like AppImage is taking the lead among these new packaging technologies. When the project does provide these sorts of packages you always see AppImages, but rarely see Snap or Flatpak based images.

Re: KeePassXC 2.3.0 released

#80

Earlier quoted context omitted.

What are the advantages/disadvantages of using Argon2/ChaCha20 over the current AES implementation? What are good parameters for those algos?

Well, in my amateurish opinion - there was nothing wrong with the existing AES encryption implementation. But they also had a key derivation function based on running many iterations of AES, which was weird and non-standard, I mean it seemed like it would work, but it's not proven in the cryptographic community. Now they've switched to Argon2 which is a very well reviewed KDF and I have a lot more faith in that. Code…

How can I switch to the new system and new format easily?
Post reply on HN