summaryrefslogtreecommitdiff
path: root/changes/feature_encrypt-storage-key-with-kdf
diff options
context:
space:
mode:
Diffstat (limited to 'changes/feature_encrypt-storage-key-with-kdf')
-rw-r--r--changes/feature_encrypt-storage-key-with-kdf6
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/feature_encrypt-storage-key-with-kdf b/changes/feature_encrypt-storage-key-with-kdf
deleted file mode 100644
index f3ccf401..00000000
--- a/changes/feature_encrypt-storage-key-with-kdf
+++ /dev/null
@@ -1,6 +0,0 @@
- 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).