KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can store all your passwords in one database, which is locked with a master key. So you only have to remember one single master key to unlock the whole database. Database files are encrypted using the best and most secure encryption algorithms currently known (AES-256, ChaCha20 and Twofish).
KeePass is portable: it can be carried on an USB stick and runs on Windows systems without being installed.
Is KeePass trustworthy?
Yes, KeePass is a well known and safe application to use. This free password manager allows you to encrypt your password and other sensitive data with AES-256, ChaCha20, and Twofish encryption methods. For better privacy, you can lock your vault with multiple user keys and being open source, it can be audited by the public and verified that the encryption algorithms are implemented correctly.
Does KeePass save the database in the cloud?
No. KeePass stores all your passwords in one database, which is locked with a master key and stored locally in your system. The database consists of only one encrypted file, so it can be transferred easily from one computer to another or, with the portable version of KeePass, it can be carried on USB sticks and run on any computer without any installation.
What's the difference between KeePassXC and KeePass?
KeePassXC is a fork from the original KeePass project and both are open-source applications. A key difference is that KeePassXC is written in C++, while KeePass is written in C#. This translates to KeePassXC running natively in more platforms, while KeePass requires .NET on Windows and the Mono runtime libraries to run on other platforms.
Is KeePass really free?
Yes, KeePass is free and open-source. Open-source prevents backdoors. You can have a look at its source code and compile it yourself.
Which are the best KeePass alternatives?
Bitwarden is another free and open-source password manager like KeePass. If you are willing to pay for a password manager, LastPass is pretty good, but you might as well choose 1Password or Dashlane.
What's New
New Features:
- When no entry is selected in the entry list of the main window, the details view now displays information of the current group (name, expiry time, tags, notes).
- Added option 'Unhide empty data' (in 'Tools' → 'Options' → tab 'Advanced', turned off by default).
- On the 'Preview'/'Generate' tab page of the password generator dialog, the average estimated quality of the generated passwords is now displayed.
- Added Ctrl+H keyboard shortcut for the 'Show/hide password using asterisks' option in report dialogs.
- Added 'User-Agent' header for HTTP/HTTPS/WebDAV web requests.
- If Microsoft Edge has been uninstalled, it now no longer appears in the 'URL(s)' menu.
- Added 'More Commands' item in the group and entry context menus (it shows the corresponding full menu).
- Added 'Status' column in the triggers dialog.
- Added support for comments in INI files.
- Enhanced CodeWallet TXT import module.
- Fatal error messages are now more detailed when running KeePass with the '-debug' command line option.
- Added filter for duplicate MRU items (caused by an MRU item with an unsuitable database file path in an enforced configuration file).
- Added filter for duplicate key source associations (caused by a key source association with an unsuitable database file path in an enforced configuration file).
- Added solution and project files for Visual Studio 2022.
- Added workaround for Mono's tree view right-click and context menu handling.
Improvements:
- When clicking on a group in the group tree of the main window, all entries are deselected now.
- If the currently selected entry does not have parameters for generating time-based one-time passwords, the Ctrl+T and Ctrl+Shift+T keyboard shortcuts are now ignored.
- Improved icon handling in certain entry lists (significantly faster creation of such a list when there are many entries with custom icons, reduced memory usage, reduced number of GDI objects, ...).
- In the master key prompt dialog, toggling the hiding of the password now does not change the state of the password check box anymore.
- When generating passwords for the 'Preview'/'Generate' tab page of the password generator dialog takes too long, it is now aborted.
- Replaced status indicators on the 'Preview'/'Generate' tab page of the password generator dialog.
- Increased the number of preview passwords to 50.
- UI improvements in the trigger editing dialog.
- After showing a command/placeholder confirmation dialog (cmd:// URI, {CMD:...} placeholder, {REF:P@...} placeholder), KeePass now focuses the previously focused window.
- Renamed 'entry view' to 'details view' (because it can now also display details of a group).
- Removed the group/entry duplication commands from the context menus (they continue to be available in the main menu).
- Various improvements in some import modules.
- Improved UUID zero tests.
- The revision component of the assembly version is now invariant.
- Improved PLGX cache item identifiers.
- Improved project cleanup script.
- Upgraded installer.
- Various code optimizations.
- Minor other improvements.
Bugfixes:
- Fixed two image list handling bugs.