A curated list of KeePass-related projects.
⭐️ Thanks everyone who has starred the project, it means a lot!
KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key file. So you only have to remember one single master password or select the key file to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish).
- KeePass - Official client.
- KeePassXC - KeePass Cross-Platform Community Edition.
- Source code -
C++
KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”
- Source code -
- KeeWeb - Free cross-platform password manager compatible with KeePass.
- AuthPass -
Dart
Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible - KeePass-electron - Desktop HTML5 client for KeePass 2.
- Keepass Official Desktop Client
- ModernKeePass -
C#
KDBX password manager for the Windows Store - KeePass4D -
delphi
KeePass4D is password manager written in Delphi with Kdbx format support.
- MacPass - Native OS X KeePass client.
- Strongbox - Commercial Open-Source Password Manager for iOS & OSX. Free tier available.
- closed source Kypass Companion - A native KeePass compatible client for macOS (database format 1 and 2).
- keeweb - Free cross-platform password manager compatible with KeePass.
- keepass4web -
perl+js
Application that serves KeePass database entries on a web frontend - BrowsePass - Web application to read KDBX files.
- keepass-node - KeePass2 editor for Node.js with a browser frontend.
- Kee Vault -
js
Kee Vault is a password manager for your web browser. Password databases (Vaults) are encrypted using the KeePass storage format before being sent to a remote server for synchronisation across any modern device/browser
- IOSKeePass - Free Open-Source password manager for iOS (fork of discontinued MiniKeePass).
- Strongbox - Commercial Open-Source Password Manager for iOS and OSX. Free tier available.
- KeePassium - Commercial Open-Source Password Manager for iOS. Free tier available.
- Source code -
swift
KeePass-compatible password manager for iOS
- Source code -
closed source
Kypass 4 - KyPass is a Password Management for iPhone and iPad.discontinued
MiniKeePass - MiniKeePass provides secure password storage on your phone that's compatible with KeePass.
- Keepass2Android - Password manager app for Android.
- KeePassDroid - KeePass implementation for android.
- KeepassDX - Beta password manager for Android.
- TinyKeePass -
Java/Kotlin
Another simple read-only KeePass Android app
- KeePass Secret Management Extension for PowerShell - An extension vault that uses KeePass for the PowerShell Secret Management module. Store credentials, passwords, API keys, etc. for use in PowerShell scripts
- kpcli - A command line interface (interactive shell) to work with KeePass 1.x or 2.x database files
- WinPass - KeePass password manager client for Windows Mobile
- KeePassTouch -
QML&C++
Ubuntu Touch Version of KeePass - passhole -
python
passhole is a commandline password manager for KeePass inspired by pass - kdbxviewer - Command-line tool written in C for KeePass2 Database files ( kdbx).
- keepass-chrome - Small proof of concept extension that loads keepass .kdbx files and allow to get and add passwords.
- keepass-diff - Command-line tool written in Rust to show differences between two KeePass Database files.
- passifox - Extensions to allow Chrome and Firefox (4.0+) to auto form-fill passwords from KeePass (requires KeePassHttp).
- Tusk -
archived
-js
KeePass-compatible browser extension for filling passwords.
- ulauncher-keepassxc - Ulauncher extension to quickly search a KeePassXC password manager database
- git-credential-keepassxc -
rust
Helper that allows Git ( and shell scripts) to use KeePassXC as credential store - keepassxc-browser - Extension for Chrome and Firefox to allow auto form-fill passwords from KeepassXC.
- libkeepass -
python
Low-level Python (2.7/3.x) module to read KeePass 1.x/KeePassX (v3) and KeePass 2.x (v4) files. deprecated - use pykeepass - pykeepass -
python
Python library to interact with keepass databases ( supports KDBX3 and KDBX4) - kdbxweb -
typescript
dbxWeb is a high-performance javascript library for reading/writing KeePass v2 databases (kdbx) in node.js or browser - keepass-rs -
Rust
Rust library for reading KeePass database files (kdbx). - keepass.io -
javascript
Node.js library for reading and writing KeePass databases. - KeePassKit -
Objective-C
KeePass database loading, storing and manipulation framework. - KeePassJava2 -
Java
Java API for KeePass Password Databases - Read/Write 2.x, Read 1.x - openkeepass -
Java
A java library for reading and writing KeePass databases. It is an intuitive java library that supports KeePass 2.x database files. - kotpass -
Kotlin
Provides reading/writing support for KDBX files (versions 3.x/4.x).
- KeeAnywhere - KeePass plugin that provides access to cloud storage providers (cloud drives).
- keepasshttp - KeePass plugin to expose password entries securely (256bit AES/CBC) over HTTP.
- Keebuntu - KeePass 2.x plugins that provide Linux Desktop integration.
- KeeAgent - Plugin for KeePass 2.x. It allows other programs to access SSH keys stored in your KeePass database for authentication.
- AdvancedConnectPlugin - Plugin for KeePass which gives you the possibility to provide different applications for direct connections.
- SIC2KeePass - This plugin allows to transfer SafeInCloud databases directly or via exported XML file into KeePass 2.xx password manager.
- QuickConnectPlugin - Plugin that allows you to connect to Windows/Linux/ESXi hosts.
- HIBP Offline Check - a KeePass plugin for Have I been pwned, can perform both offline and online checks against the password breach list for any selected password entry
- KPSimpleBackup - This simple plugin lets you backup your .KDBX file with many advanced options
- KeePassWinHello -
C#
Quick unlock KeePass 2 database using biometrics with Windows Hello
- pass import -
python
A pass extension for importing data from most of the existing password manager. - KeePass2 to KeePassX Convertor -
java
KeePass2 to KeePassX password database convertor. - enpass-to-keepass -
python
Convert an Enpass csv export so it can be imported to a KeePass database using KeePassXC
- mod0keecrack - KeePass 2 database master-password cracker.
- KeeFarce - Extracts passwords from a KeePass 2.x database, directly from memory.
- KeePassHax - Extracts master password from a KeePass 2.x database, directly from memory. Inspired by KeeFarce.
- KeePass Help Center - Official docs and tutorials.
- KDBX 4 - Info about KDBX 4 file format.
- Reverse Engineered KeePass (KDBX) File Format
- Reading a Keepass 2 file with Go
- Keepass file format explained
- KeePass v2.x (KDBX v3.x) file format
- How I made web-version of KeePass -
ru
Info about kdbx format and developing an app for it.
- MIT, lgg and contributors