From 3e9f64daba44876e9e65dee8f0c9f680901062e6 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Thu, 4 Jul 2024 12:13:29 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d099121..ffc64af 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ You can use it as CLI or build your custom FUSE implementation with it. - Safe manage of credentials in memory with mlock(2) and zeroize - Encryption key generated based on password - Password saved in OS's keyring -- Change password / encryption key without re-encrypting all data +- Change password without re-encrypting all data - Fast seek on both reads and writes - Writes in parallel - Expose with FUSE