From 96a6685d54090cd161023e83d33b4c2c2456ca5d Mon Sep 17 00:00:00 2001 From: greysoh Date: Tue, 19 Nov 2024 07:24:45 -0500 Subject: [PATCH] chore: Adds README. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fecdda8 --- /dev/null +++ b/README.md @@ -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.