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

Stuck when trying to load my kdbx File

Open LukasKarer opened this issue 1 year ago • 0 comments

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?

LukasKarer avatar Oct 05 '23 21:10 LukasKarer