mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-28 09:38:09 +00:00
Clarify the docs a bit
This commit is contained in:
parent
6e5962600e
commit
76c6840ad6
1 changed files with 3 additions and 4 deletions
|
@ -8,8 +8,7 @@ The content of the database can be encrypted with AES in GCM mode. The nonce and
|
||||||
authentication tag are stored in the plain section of this file.
|
authentication tag are stored in the plain section of this file.
|
||||||
|
|
||||||
If there is no Slots and/or EncryptionParameters section in the file, it is
|
If there is no Slots and/or EncryptionParameters section in the file, it is
|
||||||
implied that the content of is unencrypted and Aegis will try to interpret it as
|
implied that the content is unencrypted and Aegis will try to parse it as such.
|
||||||
such.
|
|
||||||
|
|
||||||
## Format
|
## Format
|
||||||
|
|
||||||
|
@ -55,8 +54,8 @@ ID can be one of:
|
||||||
#### Slots
|
#### Slots
|
||||||
|
|
||||||
This section contains a SHA-256 hash of the master key and a list of slots. The
|
This section contains a SHA-256 hash of the master key and a list of slots. The
|
||||||
hash is used to verify the integrity of a decrypted slot. Note that this is just
|
hash is used to verify the integrity of a decrypted slot. Note that this is
|
||||||
for convenience, not security.
|
meant for convenience, not as a security measure.
|
||||||
|
|
||||||
| Length | Contents |
|
| Length | Contents |
|
||||||
|:-------|:--------------------------|
|
|:-------|:--------------------------|
|
||||||
|
|
Loading…
Add table
Reference in a new issue