kdbx 0.3.0
kdbx: ^0.3.0 copied to clipboard
KeepassX format implementation in pure dart. (kdbx 3.x and 4.x support).
kdbx.dart #
KeepassX format implementation in pure dart.
Check out AuthPass Password Manager for an app which uses this library.
Resources #
- Code is very much based on https://github.com/keeweb/kdbxweb/
- https://gist.github.com/msmuenchen/9318327
Usage #
TODO
Features and bugs #
- Supports kdbx v3 with native dart implementation
- Supports kdbx v4 with combination with argon2 ffi
Argon2 support #
root directory contains shared libraris (libargon2*) which are built from https://github.com/authpass/argon2_ffi
OLD INFO: #
TODO #
- For v4 argon2 support would be required. Unfortunately there are no dart implementations, or bindings yet. (as far as I can find).