From 9373bd2bc20cc727d0beefa525cc5320e25ba282 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 13 Aug 2025 20:15:50 -0500 Subject: [PATCH] Update Providers --- Providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Providers.md b/Providers.md index 1817961..0748d4d 100644 --- a/Providers.md +++ b/Providers.md @@ -32,7 +32,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/write. +- Transparently encrypts file/directory names and file data using `XChaCha20-Poly1305` as you read. - **Important:** There is currently **no decryption provider**. Data encrypted this way cannot be decrypted by Repertory; additional support is planned for future versions. ---