fix: Fixups the README.
This commit is contained in:
parent
8720dcfe25
commit
768e17f840
1 changed files with 4 additions and 3 deletions
|
@ -2,8 +2,9 @@
|
|||
A collaborative end-to-end-encrypted meta-filesystem.
|
||||
## What?
|
||||
* Collaborative: allows users to work together with unique Ed25519 keys per user.
|
||||
* End-to-end-encrypted: All identifiable (except permissions (which isn't identifiable) and users/groups) information, including the file content and filename,
|
||||
is encrypted.
|
||||
* Meta-filesystem: Use your existing filesystem
|
||||
* End-to-end-encrypted: All identifiable (except permissions (which isn't identifiable)
|
||||
and users/groups) information, including the file content and filename, is encrypted.
|
||||
* Meta-filesystem: Use your existing filesystem with this layer on top. This allows the
|
||||
filesystem to be modular, and run on top of anything (FTP?)
|
||||
## How?
|
||||
This is written in Go with FUSE, a userspace filesystem library.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue