From 98c61aeb4776729c9bc175633b94bc7a89f4e43a Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 14 Aug 2025 20:14:07 -0500 Subject: [PATCH] Update Providers --- Providers.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Providers.md b/Providers.md index b1d61bf..3b44bac 100644 --- a/Providers.md +++ b/Providers.md @@ -31,8 +31,7 @@ ## 🔒 Encryption Provider (WIP — Use With Caution) -- Acts as a **local pass-through provider** -- Transparently encrypts file/directory names and file data using `XChaCha20-Poly1305` as you read. +- Acts as a **local pass-through provider** - configure it to use any existing folder on your file system and it will transparently encrypt file/directory names and file data using `XChaCha20-Poly1305` as you browse and read. - **Important:** There is currently **no decryption provider**. Data encrypted this way cannot be decrypted by Repertory; additional support is planned for future versions. --- @@ -43,5 +42,5 @@ |----------------------|----------------------------------------------------------------------------------------| | **S3 Provider** | Using standard S3-compatible storage (e.g., AWS S3, MinIO, etc.), with optional encryption at transfer time | | **Sia Provider** | Mounting Sia buckets with `renterd` | -| **Encryption Provider** | Locally encrypting data before uploading elsewhere — but be mindful of irreversible encryption | +| **Encryption Provider** | Locally encrypting data before uploading elsewhere — but be mindful of irreversible encryption . intended to add a layer of security when using online backup platforms, for instance. |