Update Providers

Scott E. Graves 2025-02-23 19:01:33 -06:00
parent e595c7d08a
commit d076e2d16c

@ -20,4 +20,4 @@
* The encryption provider takes a local path and transparently encrypts file/directory names and file content using `XChaCha20-Poly1305`. * 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 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/). * This is useful for securing data prior to being uploaded to online backup providers like [IDrive](https://www.idrive.com/).