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 0a38c8aedc add test_v4.kdbx to gitignore 5 years ago
.github/workflows github workflow requires dart 2.7 5 years ago
.idea kdbx 4.x write support 5 years ago
bin first version implementing kdbx4 support. 5 years ago
example first version implementing kdbx4 support. 5 years ago
lib export argon2 5 years ago
test on linux a relative path must be given to DynamicLibrary.open 5 years ago
.gitignore add test_v4.kdbx to gitignore 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 export argon2 5 years ago
analysis_options.yaml initial commit. we can already decrypt the xml. 5 years ago
libargon2_ffi.dylib kdbx 4.x write support 5 years ago
libargon2_ffi.so add linux shared library. 5 years ago
pubspec.yaml first version implementing kdbx4 support. 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.

Argon2 support

root directory contains shared libraris (libargon2*) which are built from https://github.com/authpass/argon2_ffi

OLD INFO:

TODO