KeepassX format implementation in pure dart.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
572 B

# kdbx.dart
**this is just an experiment right now**
KeepassX format implementation in pure dart.
Very much based on https://github.com/keeweb/kdbxweb/
## Usage
TODO
## Features and bugs
* Only supports v3.
# TODO
* For v4 argon2 support would be required. Unfortunately there are no dart
implementations, or bindings yet. (as far as I can find).
* Reference implementation: https://github.com/P-H-C/phc-winner-argon2
* Rust: https://github.com/bryant/argon2rs/blob/master/src/argon2.rs
* C#: https://github.com/mheyman/Isopoh.Cryptography.Argon2