keepass 0.1.0 copy "keepass: ^0.1.0" to clipboard
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, and Entry.
  • Write APIs for fields and metadata; save to file (save, saveWithKeyFile) and to bytes (saveBytes).
  • Database merge with a structured MergeResult.
  • NativeFinalizer integration so handles are freed automatically alongside explicit close().
  • Generated FFI bindings (lib/src/bindings.g.dart) regenerated via dart run ffigen.

0.0.1-dev.1 #

1
likes
160
points
24
downloads

Documentation

API reference

Publisher

verified publishermanymath.com

Weekly Downloads

Dart SDK for KeePass KDBX databases, backed by a Rust core via dart:ffi.

Homepage
Repository (GitHub)
View/report issues

Topics

#keepass #kdbx #password #ffi #security

License

MIT (license)

Dependencies

ffi

More

Packages that depend on keepass