Update Providers

Scott E. Graves 2025-02-23 19:04:11 -06:00
parent f72f218f59
commit 75cd19b5de

@ -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.
* **IMPORTANT - There currently is no decryption provider to reverse this process. Future `repertory` versions will include this.**