mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
* use master key to encrypt the root key (breaking) * introduce breaking changes to the keymanager (this breaks master password changing, backup restoration, etc) * change MP -> RK * minor tweaks + comment out broken features temporarily * experimental new master password changing * add a `write_storedkey_to_db` helper function * general cleanup and fixes * potentially patch backup restoration * uncomment+clean up restoration in api * strip whitespaces from user inputted secret key, and fix MPC bug * clippy * add memory only flag to `StoredKey`