From dc3db0dfdbd5024cb3b2e221551c792b19b74e3b Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Mon, 23 Sep 2024 00:47:38 +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 18cc68ef..c2917bf7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Some of these are still being worked on, marked with `[WIP]`. - `Security` using well-known audited `AEAD` cryptography primitives - `[WIP]` `Data integrity`, data is written with `WAL` to ensure integrity even on crash or power loss -- `[WIP]` Hide all data for enhanced `privacy`, all `metadata`, `content`, `file name`, `file size`, `*time` fields, `files count`, directory structure are encrypted +- `[WIP]` Hide all info for enhanced `privacy`, all `metadata`, `content`, `file name`, `file size`, `*time` fields, `files count`, directory structure are encrypted - `Safely` manage `credentials` in memory with `mlock(2)`, `mprotect`, `zeroize` and `expiry` to mutohate cold boot attacks - `Memory safety`, `Performance` and `optimized` for `concurrency` with Rust - Simplicity