Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support KDBX 4.0 database format #25

Open
phiresky opened this issue Jan 25, 2020 · 0 comments
Open

Support KDBX 4.0 database format #25

phiresky opened this issue Jan 25, 2020 · 0 comments

Comments

@phiresky
Copy link

Since upgrading my database to KDBX 4.0 I'm getting this error:

KpioDatabaseError: Invalid header field ID. The database might be corrupt.
    at Instance.parseDatabaseHeader (.../node_modules/keepass.io/lib/KeePass/KeePassDatabase.js:82:23)
    at .../node_modules/mout/function/bind.js:13:23
    at fn (.../node_modules/async/lib/async.js:752:34)
    at .../node_modules/async/lib/async.js:1252:16
    at .../node_modules/async/lib/async.js:697:43
    at Immediate.<anonymous> (.../node_modules/async/lib/async.js:1245:34)
    at processImmediate (internal/timers.js:456:21) {
  name: 'KpioDatabaseError',
  message: 'Invalid header field ID. The database might be corrupt.'
}

New databases are created in this format by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant