authpass / kdbx.dart

KeepassX format implementation in pure dart.
GNU General Public License v3.0
37 stars 12 forks source link

Stuck when trying to load my kdbx File #8

Open LukasKarer opened 1 year ago

LukasKarer commented 1 year ago

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?