Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Sep 22, 2024
1 parent 98aa676 commit eb4e339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit eb4e339

Please sign in to comment.