Skip to content

Commit 0766e24

Browse files
committed
v1.0.0
1 parent 2d42128 commit 0766e24

File tree

1 file changed

+56
-30
lines changed

1 file changed

+56
-30
lines changed

README.md

Lines changed: 56 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and most secure encryption algorithms currently known (AES and Twofish).
1111

1212
* [Clients](#clients)
1313
* [Desktop clients](#desktop-clients)
14-
* [Cross-platform clients](#сross-platform)
14+
* [Cross-platform clients](#cross-platform)
1515
* [Windows clients](#windows-clients)
1616
* [MacOS clients](#macos-clients)
1717
* [Web clients](#web-clients)
@@ -21,30 +21,35 @@ and most secure encryption algorithms currently known (AES and Twofish).
2121
* [Other clients](#other-clients)
2222
* [API libraries](#api-libraries)
2323
* [Plugins](#plugins)
24-
* [Misc](#misc)
24+
* [Tools](#tools))
2525
* [Security](#security)
2626
* [Docs and articles](#docs-and-articles)
2727
* [Docs and articles](#docs-and-articles-ru)
2828

2929
## Clients
3030

31-
### Desktop clients
32-
33-
#### Cross-platform
31+
### Cross-platform
3432

3533
* [KeePass](https://sourceforge.net/projects/keepass/) - Official client.
3634
* [mirror of KeePass2.x source code](https://github.com/dlech/KeePass2.x)
3735
* [KeePassXC](https://keepassxc.org/) - KeePass Cross-Platform Community Edition.
38-
* [Source code](https://github.com/keepassxreboot/keepassxc)
36+
* [Source code](https://github.com/keepassxreboot/keepassxc) - `C++` KeePassXC is a cross-platform community-driven
37+
port of the Windows application “Keepass Password Safe”
3938
* [KeeWeb](https://keeweb.info/) - Free cross-platform password manager compatible with KeePass.
4039
* [Source Code](https://github.com/keeweb/keeweb)
40+
* [AuthPass](https://github.com/authpass/authpass) - `Dart` Password Manager based on Flutter for all platforms. Keepass
41+
2.x (kdbx 3.x) compatible
4142
* [KeePass-electron](https://github.com/IlyaPomaskin/KeePass-electron) - Desktop HTML5 client for KeePass 2.
4243

43-
#### Windows clients
44+
### Windows clients
4445

4546
* [Keepass Official Desktop Client](https://keepass.info/download.html)
47+
* [ModernKeePass](https://github.com/wismna/ModernKeePass) - `C#` KDBX password manager for the Windows Store
48+
* []() - ``
49+
* [KeePass4D](https://github.com/evpobr/KeePass4D) - `delphi` KeePass4D is password manager written in Delphi with Kdbx
50+
format support.
4651

47-
#### MacOS clients
52+
### MacOS clients
4853

4954
* [MacPass](https://mstarke.github.io/MacPass/) - Native OS X KeePass client.
5055
* [Source code](https://github.com/mstarke/MacPass)
@@ -55,11 +60,14 @@ and most secure encryption algorithms currently known (AES and Twofish).
5560

5661
### Web clients
5762

58-
* [keepass4web](https://github.com/lixmal/keepass4web/) - Application that serves KeePass database entries on a web
59-
frontend.
6063
* [keeweb](https://github.com/keeweb/keeweb) - Free cross-platform password manager compatible with KeePass.
64+
* [keepass4web](https://github.com/lixmal/keepass4web/) - `perl+js` Application that serves KeePass database entries on
65+
a web frontend
6166
* [BrowsePass](https://bitbucket.org/namn/browsepass/overview) - Web application to read KDBX files.
6267
* [keepass-node](https://github.com/gesellix/keepass-node) - KeePass2 editor for Node.js with a browser frontend.
68+
* [Kee Vault](https://github.com/kee-org/keevault) - `js` Kee Vault is a password manager for your web browser. Password
69+
databases (Vaults) are encrypted using the KeePass storage format before being sent to a remote server for
70+
synchronisation across any modern device/browser
6371

6472
### iOS clients
6573

@@ -70,7 +78,7 @@ and most secure encryption algorithms currently known (AES and Twofish).
7078
available.
7179
* [Source code](https://github.com/strongbox-password-safe/Strongbox)
7280
* [KeePassium](https://keepassium.com/) - Commercial Open-Source Password Manager for iOS. Free tier available.
73-
* [Source code](https://github.com/keepassium/KeePassium)
81+
* [Source code](https://github.com/keepassium/KeePassium) - `swift` KeePass-compatible password manager for iOS
7482
* `closed source` [Kypass 4](http://www.kyuran.be/software/kypass/) - KyPass is a Password Management for iPhone and
7583
iPad.
7684
* `discontinued` ~~[MiniKeePass](https://itunes.apple.com/us/app/minikeepass-secure-password/id451661808) - MiniKeePass
@@ -88,23 +96,46 @@ and most secure encryption algorithms currently known (AES and Twofish).
8896
* [KeepassDX](https://play.google.com/store/apps/details?id=com.kunzisoft.keepass.free) - Beta password manager for
8997
Android.
9098
* [Source code](https://github.com/Kunzisoft/KeePassDX)
99+
* [TinyKeePass](https://github.com/sorz/TinyKeePass) - `Java/Kotlin` Another simple read-only KeePass Android app
91100

92101
### Extensions clients
93-
* [KeePass Secret Management Extension for PowerShell](https://github.com/JustinGrote/SecretManagement.KeePass) - An extension vault that uses KeePass for the PowerShell Secret Management module. Store credentials, passwords, API keys, etc. for use in PowerShell scripts.
102+
103+
* [KeePass Secret Management Extension for PowerShell](https://github.com/JustinGrote/SecretManagement.KeePass) - An
104+
extension vault that uses KeePass for the PowerShell Secret Management module. Store credentials, passwords, API keys,
105+
etc. for use in PowerShell scripts
94106

95107
### Other clients
96108

97-
* [WinPass](https://github.com/gkardava/WinPass) - KeePass password manager client for Windows Mobile.
98-
* [KeePassTouch](https://github.com/DannyGB/KeePassTouch) - Ubuntu Touch Version of KeePass.
109+
* [WinPass](https://github.com/gkardava/WinPass) - KeePass password manager client for Windows Mobile
110+
* [KeePassTouch](https://github.com/DannyGB/KeePassTouch) - `QML&C++` Ubuntu Touch Version of KeePass
111+
* [git-credential-keepassxc](https://github.com/Frederick888/git-credential-keepassxc) - `rust` Helper that allows Git (
112+
and shell scripts) to use KeePassXC as credential store
113+
* [passhole](https://github.com/Evidlo/passhole) - `python` passhole is a commandline password manager for KeePass
114+
inspired by [pass](https://www.passwordstore.org/)
115+
* [kdbxviewer](http://max-weller.github.io/kdbx-viewer/) - Command-line tool written in C for KeePass2 Database files (
116+
kdbx).
117+
* [Source code](https://github.com/max-weller/kdbxviewer)
118+
* [keepass-chrome](https://github.com/btd/keepass-chrome) - Small proof of concept extension that loads keepass .kdbx
119+
files and allow to get and add passwords.
120+
* [keepass-diff](https://github.com/Narigo/keepass-diff) - Command-line tool written in Rust to show differences between
121+
two KeePass Database files.
122+
* [passifox](https://github.com/pfn/passifox) - Extensions to allow Chrome and Firefox (4.0+) to auto form-fill
123+
passwords from KeePass (requires KeePassHttp).
124+
* [keepassxc-browser](https://github.com/keepassxreboot/keepassxc-browser) - Extension
125+
for [Chrome](https://chrome.google.com/webstore/detail/keepassxc-browser/oboonakemofpalcgghocfoadofidjkkk)
126+
and [Firefox](https://addons.mozilla.org/es/firefox/addon/keepassxc-browser/) to allow auto form-fill passwords from
127+
KeepassXC.
128+
* [Tusk](https://github.com/subdavis/Tusk) - `archived` - `js` KeePass-compatible browser extension for filling
129+
passwords.
99130

100131
## API libraries
101132

102133
* [libkeepass](https://github.com/libkeepass/libkeepass) - `python` Low-level Python (2.7/3.x) module to read KeePass
103134
1.x/KeePassX (v3) and KeePass 2.x (v4) files. *deprecated - use pykeepass*
104135
* [pykeepass](https://github.com/libkeepass/pykeepass) - `python` Python library to interact with keepass databases (
105136
supports KDBX3 and KDBX4)
106-
* [kdbxweb](https://github.com/keeweb/kdbxweb) - `javascript` High-performance javascript library for reading/writing
107-
KeePass v2 databases (kdbx) in node.js or browser.
137+
* [kdbxweb](https://github.com/keeweb/kdbxweb) - `typescript` dbxWeb is a high-performance javascript library for
138+
reading/writing KeePass v2 databases (kdbx) in node.js or browser
108139
* [keepass-rs](https://github.com/sseemayer/keepass-rs) - `Rust` Rust library for reading KeePass database files (kdbx).
109140
* [keepass.io](https://github.com/snapserv/keepass.io) - `javascript` Node.js library for reading and writing KeePass
110141
databases.
@@ -132,22 +163,17 @@ and most secure encryption algorithms currently known (AES and Twofish).
132163
perform both offline and online checks against the password breach list for any selected password entry
133164
* [KPSimpleBackup](https://github.com/marvinweber/KPSimpleBackup) - This simple plugin lets you backup your .KDBX file
134165
with many advanced options
166+
* [KeePassWinHello](https://github.com/sirAndros/KeePassWinHello) - `C#` Quick unlock KeePass 2 database using
167+
biometrics with Windows Hello
135168

136-
## Misc
169+
## Tools
137170

138-
* [kdbxviewer](http://max-weller.github.io/kdbx-viewer/) - Command-line tool written in C for KeePass2 Database files (
139-
kdbx).
140-
* [Source code](https://github.com/max-weller/kdbxviewer)
141-
* [keepass-chrome](https://github.com/btd/keepass-chrome) - Small proof of concept extension that loads keepass .kdbx
142-
files and allow to get and add passwords.
143-
* [keepass-diff](https://github.com/Narigo/keepass-diff) - Command-line tool written in Rust to show differences between
144-
two KeePass Database files.
145-
* [passifox](https://github.com/pfn/passifox) - Extensions to allow Chrome and Firefox (4.0+) to auto form-fill
146-
passwords from KeePass (requires KeePassHttp).
147-
* [keepassxc-browser](https://github.com/keepassxreboot/keepassxc-browser) - Extension
148-
for [Chrome](https://chrome.google.com/webstore/detail/keepassxc-browser/oboonakemofpalcgghocfoadofidjkkk)
149-
and [Firefox](https://addons.mozilla.org/es/firefox/addon/keepassxc-browser/) to allow auto form-fill passwords from
150-
KeepassXC.
171+
* [pass import](https://github.com/roddhjav/pass-import) - `python` A pass extension for importing data from most of the
172+
existing password manager.
173+
* [KeePass2 to KeePassX Convertor](https://github.com/dvorka/keepass2-to-keepassx) - `java` KeePass2 to KeePassX
174+
password database convertor.
175+
* [enpass-to-keepass](https://github.com/jsphpl/enpass-to-keepass) - `python` Convert an Enpass csv export so it can be
176+
imported to a KeePass database using KeePassXC
151177

152178
## Security
153179

0 commit comments

Comments
 (0)