chore: Adds README.
This commit is contained in:
parent
adeee128bf
commit
96a6685d54
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Boron
|
||||
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
|
||||
## How?
|
||||
This is written in Go with FUSE, a userspace filesystem library.
|
Loading…
Add table
Add a link
Reference in a new issue