mirror of
https://github.com/restic/restic.git
synced 2025-12-23 08:26:13 +00:00
Design.md: Minor fixes
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user