mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-06 16:03:42 +01:00
this FIXME will be addressed in the key backup MSC
This commit is contained in:
parent
395d40314b
commit
d47e13c6d9
|
|
@ -54,13 +54,6 @@ expected that most encryption schemes would have `ciphertext` and `mac`
|
|||
properties, where the `ciphertext` property is the unpadded base64-encoded
|
||||
ciphertext, and the `mac` is used to ensure the integrity of the data.
|
||||
|
||||
FIXME: the key format was chosen so that existing backups could be easily
|
||||
migrated by just copying the configuration from the backup config to the key
|
||||
description. However, we need a way of signalling that the key for the backup
|
||||
is the same as the key for decrypting the other bits. Maybe a special flag in
|
||||
the account data? Or special case backups somehow, say, have clients inspect
|
||||
the backup's `auth_data` to see of the key config is the same?
|
||||
|
||||
#### Encryption algorithms
|
||||
|
||||
##### `m.secret_storage.v1.curve25519-aes-sha2`
|
||||
|
|
|
|||
Loading…
Reference in a new issue