Skip to content

Commit 9d2194b

Browse files
authored
Update README.md
1 parent b3a1cb3 commit 9d2194b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vfs/adiantum/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ In general, any HBSH construction can be used to wrap any VFS.
1616

1717
The default Adiantum construction uses XChaCha12 for its stream cipher,
1818
AES for its block cipher, and NH and Poly1305 for hashing.
19-
It uses Argon2id to derive keys from plain text.
19+
It uses Argon2id to derive 256-bit keys from plain text.
20+
21+
The VFS encrypts database files, rollback and statement journals, and WAL files.
2022

2123
> [!IMPORTANT]
2224
> Adiantum is typically used for disk encryption.
@@ -25,5 +27,3 @@ It uses Argon2id to derive keys from plain text.
2527
> The security property that disk encryption provides is that
2628
> the only information such an adversary can determine is
2729
> whether the data in a sector has or has not changed over time.
28-
29-
The VFS encrypts database files, rollback and statement journals, and WAL files.

0 commit comments

Comments
 (0)