From 75cd19b5de24c27838565890e9ae6ed29bfac3b8 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 23 Feb 2025 19:04:11 -0600 Subject: [PATCH] Update Providers --- Providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Providers.md b/Providers.md index f4d730a..793f434 100644 --- a/Providers.md +++ b/Providers.md @@ -21,4 +21,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 securing data prior to being uploaded to online backup providers like [IDrive](https://www.idrive.com/). -* IMPORTANT - There currently is no decryption provider to reverse this process. Future `repertory` versions will include this. \ No newline at end of file +* **IMPORTANT - There currently is no decryption provider to reverse this process. Future `repertory` versions will include this.** \ No newline at end of file