kpasslib 1.1.2 copy "kpasslib: ^1.1.2" to clipboard
kpasslib: ^1.1.2 copied to clipboard

A Dart library for reading, modifying and writing KeePass v2 databases (KDBX version 3 or 4).

KPassLib changelog #

1.1.2 #

  • Exported CryptoFfi from main library import.

1.1.1 #

  • General improvements.

1.1.0 #

  • Improved cryptography performance.
  • Added pure Dart implementations of AES, ChaCha20, Salsa20, and Argon2.
  • Added Rust implementations of AES, ChaCha20, Salsa20, and Argon2, and integrated them using FFI.
  • Removed third-party dependencies for cryptographic operations.

1.0.8 #

  • Fixed KdbxDatabase.getGroup() method.
  • Fixed KdbxBinaries inconsistency.

1.0.7 #

  • Minor fixes.

1.0.6 #

  • Fixed KDBX4 incompatibility with KeePass Desktop.
  • General improvements.

1.0.5 #

  • Improved performance.

1.0.4 #

  • Renamed Icon enum to KdbxIcon.

1.0.3 #

  • Removed meta dependency.

1.0.2 #

  • Support Web platform.

1.0.1 #

  • Minor fix.

1.0.0 #

  • Initial version.
2
likes
140
points
434
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart library for reading, modifying and writing KeePass v2 databases (KDBX version 3 or 4).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, collection, convert, crypto, ffi, xml

More

Packages that depend on kpasslib