summaryrefslogtreecommitdiff
path: root/changes/feature_encrypt-storage-key-with-kdf
blob: f3ccf401c0960b86dab0bea3f806d0dae3adf342 (plain)
1
2
3
4
5
6
  o Change the local storage of the storage secret:
      * Use scrypt to derive a key for the encryption of the storage secret.
      * Store secret in a file called 'soledad.json' by default.
      * Also store the salt and encryption details, as defined in the spec.
      * This change is not backwards compatible (i.e. all previously stored
        secrets are incompatible with this new encryption and storage scheme).