Update Providers

Scott E. Graves 2025-02-23 19:03:49 -06:00
parent d076e2d16c
commit f72f218f59

@ -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/).
* 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.