mirror of
https://github.com/octoleo/restic.git
synced 2025-01-04 23:55:30 +00:00
Design.md: Minor fixes
This commit is contained in:
parent
2dad4fba3a
commit
53e66a4935
@ -34,7 +34,7 @@ the encrypted data is secured by an Poly1305-AES signature.
|
|||||||
In the first 16 bytes of each encrypted file the initialisation vector (IV) is
|
In the first 16 bytes of each encrypted file the initialisation vector (IV) is
|
||||||
stored. It is followed by the encrypted data and completed by the 16 byte MAC
|
stored. It is followed by the encrypted data and completed by the 16 byte MAC
|
||||||
signature. The format is: `IV || CIPHERTEXT || MAC`. The complete encryption
|
signature. The format is: `IV || CIPHERTEXT || MAC`. The complete encryption
|
||||||
overhead is 48 byte. For each file, a new random IV is selected.
|
overhead is 32 byte. For each file, a new random IV is selected.
|
||||||
|
|
||||||
The basic layout of a sample restic repository is shown below:
|
The basic layout of a sample restic repository is shown below:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user