diff --git a/README.md b/README.md index 8d21d93..18cc68e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Some of these are still being worked on, marked with `[WIP]`. - `[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 - `Safely` manage `credentials` in memory with `mlock(2)`, `mprotect`, `zeroize` and `expiry` to mutohate cold boot attacks -- `Mmemory safety`, `Performance` and `optimized` for `concurrency` with Rust +- `Memory safety`, `Performance` and `optimized` for `concurrency` with Rust - Simplicity - Encryption key generated from password - Password saved in OS's `keyring`