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 42850d1d55
creating dart CI action
5 years ago
.github/workflows creating dart CI action 5 years ago
.idea basic support for decrypting kdbx 3.x files 5 years ago
bin do not expose strings map, because key access was not type checked. 5 years ago
example started to parse groups and entries. 5 years ago
lib do not expose strings map, because key access was not type checked. 5 years ago
test do not expose strings map, because key access was not type checked. 5 years ago
.gitignore remove useless .vscode folder. 5 years ago
CHANGELOG.md initial commit. we can already decrypt the xml. 5 years ago
README.md basic support for decrypting kdbx 3.x files 5 years ago
analysis_options.yaml initial commit. we can already decrypt the xml. 5 years ago
pubspec.yaml generate times node (access times, etc.) 5 years ago

README.md

kdbx.dart

this is just an experiment right now

KeepassX format implementation in pure dart.

Resources

Usage

TODO

Features and bugs

  • Only supports v3.

TODO