Skip to content
Commit cbd06908 authored by Johan Ouwerkerk's avatar Johan Ouwerkerk Committed by Bhushan Shah
Browse files

fix!: guard against incorrect password inputs using an encrypted challenge

Previously entering an incorrect password would appear to successfully "unlock" accounts, contrary to expectations.
By introducing a challenge object as part of the master key parameters, an incorrect password can now be detected and signalled accordingly.

This fix introduces a backwards incompatible change to the accounts data as stored on disk, meaning old Keysmith accounts configuration will no longer load and must be recreated from scratch.
parent 4507c5e0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment