Store Passwords With KeePass
jorin

jorin @jorinvo

About: indie dev. building https://taleshape.com

Location:
chiang mai, thailand
Joined:
Feb 3, 2017

Store Passwords With KeePass

Publish Date: Oct 7 '18
84 14

Let me show you why KeePass is more fun than your cloud-based password manager.

It's 2018 and passwords are still a pain we haven't figured out. Bigger companies often work around this by relying on products that support Single Sign-on or similar. But individuals and smaller companies are stuck with managing passwords themselves or relying on third-party authentication from Google, Facebook and so on.

I guess I don't need to explain why it is not a good idea trusting all your logins to one single company - especially when the core business of the company is collecting as much as possible information about as many people as possible.

If you are a person that cares about being in control of their logins and keeping the logins secure, you are in need of some way of managing a big number of different and complicated passwords.

That's why there are password managers.

They help you remember and generate secure passwords for all your digital services. It's nice to have all your logins in one place and to only have to remember a single password (please make it a secure password - don't try putting super many complicated symbols in there but make it long, make it a sentence of a few words).

This is not a new idea and there are enough companies that offer solid services to help you with this - such as 1Password or LastPass.

Now these services only have a small issues: You need to pay for it and they make you put all your passwords on the servers of a single company with little flexibility in case you don't feel like trusting them anymore.

So let's have a look at a 14 years old free and open source alternative: KeePass.

Keepass Screenshot

If you think this looks scary, you are not on your own.

So why KeePass?

Not only is KeePass free and open source, but it is simple. It focuses on managing passwords.

It doesn't try to also solve cloud storage and sync for you. Your passwords are simply stored in a secure encrypted file. What you do with that file is up to you. This makes it very flexible and allows you to combine it with any storage of your choice: You can put this file in Google Drive, Dropbox or simply keep it on an USB drive. It's up to you.

And even better: KeePass does not have to be what you see in the screenshot above. At the core of KeePass is the .kdbx file format. Any developer can take this format and build software that can work with it!

And people did this:

If you are looking for a modern, pretty looking program for working with .kdbx files,
have a look at MacPass:

MacPass Screenshot

Or KeeWeb:

KeeWeb Screenshot

Personally I prefer KeePassXC:

KeePassXC Screenshot

It appears less pretty but it is the most pleasant to use:

  • Searching, copying, editing - all its features can be controlled entirely with keyboard shortcuts.
  • It supports filling passwords in your browser with a global shortcut.
  • It allows storing and unlocking SSH keys.
  • And it even supports setting up TOTP for two factor authentication (please enable this for all your important services) which can be a nice alternative to Google Authenticator.

Of course you also want your passwords on your phone. And you can. I had good experience with Keepass2Android Password Safe.

KeePass might not only be a great help for your personal use but even your workplace can profit from it: Sharing secrets with coworkers is very simple and flexible. All you have to deal with is sharing files.

Comments 14 total

  • taragurung
    taragurungOct 7, 2018

    Keepass was once found vulnerable, since then we started using keepass2.

  • Jan van Brügge
    Jan van BrüggeOct 7, 2018

    I want to add, you do can sync your passwords if you want. Keepass supports (among others) Dropbox, FTP and WebDAV. I just have an HTTPS encryped WebDAV folder that uses HTTP basic auth (very easy with nginx) and all my passwords are synced between my PC, laptop and phone.
    The password file is on my server and I do not have to trust external cloud providers.

    • Rémi Lavedrine
      Rémi LavedrineOct 8, 2018

      I am doing something similar.
      As I got Syncthing enabled on my computer and personal NAS, my database is stored on my computers and NAS only. No third party provider.
      And KeepassXC is working on Linux, MacOS and Windows10. Which is very important for me. :-)

      Maybe another article is about mobile kdbx compatible app.
      We add a discussion about it at work. To know which solution is the most secure.
      I come by the fact that KeepassTouch on iOS is the most secure as it is open source and you do not need to go through a public cloud to synchronize your database.

  • Donna Hogan
    Donna HoganOct 8, 2018

    I love KeePass2! It's also one of the few password managers with a Linux app.

    On mobile I've been using KeePassDroid for years, I didn't know there were so many new ones, I'll have to check out the one you mentioned.

  • Esteban Rocha
    Esteban RochaOct 8, 2018

    Totally agreed, KeepassXC is awesome!

  • tiff
    tiffOct 8, 2018

    You don't have to use the cloud with 1Password. They still allow you to use your vaults locally...

  • Tiago de Noronha
    Tiago de NoronhaOct 8, 2018

    LastPass also has a free tier :)

  • Workacholic
    WorkacholicOct 8, 2018

    Does any of them support migrating data from 1Password?

  • Rolando
    RolandoOct 8, 2018

    I never knew these things about keepass, thanks a lot for this article and recommending these GUI's. I'll have to try this!

  • Art4
    Art4Oct 8, 2018

    Nice post and it describes exactly my setup. I'm using KeePassXC on Linux and Windows and KeePass2Android on Android.

    Also notable features are:

    • support to increase the security of the .kdbx file with a password AND a keyfile as a second factor. Keep this keyfile only on your USB stick or smartphone and on a save place as backup (but never on the sync server).
    • the autotype feature, if the global shortcut is not supported. Autotype will switch the focus to your login form and type the name, tab, password and enter automagically for you.
    • the alternative keyboard of KeePass2Android. Don't let other apps steal your credentials from the clipboard, instead use the custom keyboard with the [username] and [password] buttons for direct input.
  • Ben Sinclair
    Ben SinclairNov 7, 2018

    Now these services only have a small issues: You need to pay for it

    Lastpass is free unless you want to use their optional premium service

    they make you put all your passwords on the servers of a single company with little flexibility in case you don't feel like trusting them anymore.

    Lastpass lets you export everything to a CSV.

Add comment