diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-06-28 15:11:27 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-06-28 15:11:27 -0300 |
commit | d09c78c0981f5637b8b7fbd32c4924764f566fd5 (patch) | |
tree | f10b6e4016d6be20a824c0ad2ee8f55919eb41f8 /changes/feature_encrypt-storage-key-with-kdf | |
parent | d4ea5ac0e78aff6a9224073b4096aa9ad52d4382 (diff) |
Bump version and fold in changes for 0.2.1 release0.2.1
Diffstat (limited to 'changes/feature_encrypt-storage-key-with-kdf')
-rw-r--r-- | changes/feature_encrypt-storage-key-with-kdf | 6 |
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). |