Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Sep 22, 2024
1 parent eb4e339 commit dc3db0d
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 @@ -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
Expand Down

0 comments on commit dc3db0d

Please sign in to comment.