From dfdcda829e2669d2f5618509df65b07662af3ec7 Mon Sep 17 00:00:00 2001 From: Castronaut Date: Mon, 15 Jun 2026 19:49:36 +0800 Subject: [PATCH] docs/crypt: fix encrypted size example - Fixes #9202 (cherry picked from commit 056f20800a1e259b9a48240c0c4f567d6c528005) --- docs/content/crypt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/crypt.md b/docs/content/crypt.md index 6c87df377..63ef2b056 100644 --- a/docs/content/crypt.md +++ b/docs/content/crypt.md @@ -787,9 +787,9 @@ This uses a 32 byte (256 bit key) key derived from the user password. 1 MiB (1048576 bytes) file will encrypt to - 32 bytes header -- 16 chunks of 65568 bytes +- 16 chunks of 65552 bytes -1049120 bytes total (a 0.05% overhead). This is the overhead for big +1048864 bytes total (a 0.03% overhead). This is the overhead for big files. ### Name encryption