From d97c607fa8e5e5659e2992b3c8a7c4ab14988fef Mon Sep 17 00:00:00 2001 From: drebs Date: Sun, 12 May 2013 23:06:02 -0300 Subject: Add changes file. * Include info about scrypt and backwards compatibility. * Add missing 'utf-8' header to test file. --- changes/feature_encrypt-storage-key-with-kdf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/feature_encrypt-storage-key-with-kdf (limited to 'changes') diff --git a/changes/feature_encrypt-storage-key-with-kdf b/changes/feature_encrypt-storage-key-with-kdf new file mode 100644 index 00000000..f3ccf401 --- /dev/null +++ b/changes/feature_encrypt-storage-key-with-kdf @@ -0,0 +1,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). -- cgit v1.2.3