keemobile / kotpass

The library offers reading and writing support for KeePass (KDBX) files in Kotlin
MIT License
17 stars 0 forks source link

Allow untitled fields while parsing entries #13

Closed Anvell closed 7 months ago

Anvell commented 7 months ago

Description

Some databases may have malformed entry fields without IDs. It would be beneficial to recover these fields instead of failing.

Related issues

10