From d076e2d16c5c6415fb89e14541ba75dcf41e9d71 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 23 Feb 2025 19:01:33 -0600 Subject: [PATCH] Update Providers --- Providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Providers.md b/Providers.md index 12ffe48..cb1f47f 100644 --- a/Providers.md +++ b/Providers.md @@ -20,4 +20,4 @@ * 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. -* This is useful for encrypting data prior to being uploaded to online backup providers like [IDrive](https://www.idrive.com/). \ No newline at end of file +* This is useful for securing data prior to being uploaded to online backup providers like [IDrive](https://www.idrive.com/). \ No newline at end of file