From 72299b0b9ab3a20faa037fa59584ed79d840e95d Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 23 Feb 2025 19:23:20 -0600 Subject: [PATCH] Update Providers --- Providers.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Providers.md b/Providers.md index ac4cab2..8befdca 100644 --- a/Providers.md +++ b/Providers.md @@ -16,7 +16,9 @@ * The Sia provider utilizes the `renterd` native HTTP REST API via `libcurl` -### Encryption [WIP-Use with caution] +### Encryption + +#### [WIP-Use with caution] * The encryption provider takes a local path and transparently encrypts file/directory names and file content using `XChaCha20-Poly1305`. * This is a pass-through provider, meaning all encryption operations happen at the time of file access.