keepass 0.1.0
keepass: ^0.1.0 copied to clipboard
Dart SDK for KeePass KDBX databases, backed by a Rust core via dart:ffi.
0.1.0 #
- First publishable release of the Dart SDK for KeePass KDBX databases.
- Open password-protected and key-file databases; YubiKey challenge-response unlock via the native Rust backend.
- Read groups and entries by UUID through
Database.rootGroup,Group, andEntry. - Write APIs for fields and metadata; save to file (
save,saveWithKeyFile) and to bytes (saveBytes). - Database merge with a structured
MergeResult. NativeFinalizerintegration so handles are freed automatically alongside explicitclose().- Generated FFI bindings (
lib/src/bindings.g.dart) regenerated viadart run ffigen.
0.0.1-dev.1 #
- Initial development snapshot of the package layout (legacy entry).
- See https://github.com/ManyMath/keepass-dart and https://github.com/ManyMath/keepass-ffi for provenance on this initial version; see the https://github.com/ManyMath/ManyKee monorepo's /packages directory for the new packages post-0.0.1-dev.1.