diff --git a/Providers.md b/Providers.md index cb1f47f..f4d730a 100644 --- a/Providers.md +++ b/Providers.md @@ -20,4 +20,5 @@ * 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/). \ 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/). +* IMPORTANT - There currently is no decryption provider to reverse this process. Future `repertory` versions will include this. \ No newline at end of file