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.
 
 
 
Herbert Poul 0d1e3a3647 github workflow requires dart 2.7 5 years ago
.github/workflows github workflow requires dart 2.7 5 years ago
.idea proper error message for kdbx 4.x files 5 years ago
bin formatted files, fixed linter warnings. 5 years ago
example custom data for password files, increase requirement to dart 2.7, xml 3.7 5 years ago
lib custom data for password files, increase requirement to dart 2.7, xml 3.7 5 years ago
test custom data for password files, increase requirement to dart 2.7, xml 3.7 5 years ago
.gitignore ignore test.kdbx generated by tests. 5 years ago
CHANGELOG.md proper error message for kdbx 4.x files 5 years ago
LICENSE publish v0.1.0 5 years ago
README.md Update README.md 5 years ago
analysis_options.yaml initial commit. we can already decrypt the xml. 5 years ago
pubspec.yaml custom data for password files, increase requirement to dart 2.7, xml 3.7 5 years ago

README.md

kdbx.dart

KeepassX format implementation in pure dart.

Check out AuthPass Password Manager for an app which uses this library.

Resources

Usage

TODO

Features and bugs

  • Only supports v3.

TODO