From 9ad48fb9b004b913f73bf60927aa41e29383069e Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Sat, 12 Jul 2025 08:40:00 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4be8ca9..a581a64 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,8 @@ Flags: ## Why? -Apple APFS and Linux ext3/ext4 **store no per-file metadata checksums**, so -silent data corruption can pass unnoticed. `attrsum` keeps a portable, -tamper-evident checksum **inside each file’s xattrs**, providing integrity +Apple APFS and Linux ext3/ext4 **store no per-file content checksums**, so +silent data corruption can pass unnoticed. `attrsum` keeps a portable checksum **inside each file’s xattrs**, providing integrity verification that travels with the file itself—no external database required. Now you can trust a USB stick didn't eat your data.