kdbx.dart icon indicating copy to clipboard operation
kdbx.dart copied to clipboard

KeepassX format implementation in pure dart.

Results 3 kdbx.dart issues
Sort by recently updated
recently updated
newest added

When run `flutter test` on a Mac M1 device the unit test will fail: ``` To run this test again: /Users/riguz/mobile/flutter/bin/cache/dart-sdk/bin/dart test /Users/riguz/Documents/apps/kdbx.dart/test/deleted_objects_test.dart -p vm --plain-name 'delete permanently delete entry'...

First of all, thanks for the library! I'm using Dart SDK version: 2.19.3 (stable) (Tue Feb 28 15:52:19 2023 +0000) on "macos_arm64" Without it, I'm getting the following errors. I'm...

await KdbxFormat().read(kdbxFileUInt8List, Credentials.composite( ProtectedValue.fromString('password'), Uint8List.fromList(keyxFileUInt8List))); This call is stuck, when i try to use it. Needed files exist, so it should be working. Can someone of you help me guys?