Update Providers

Scott E. Graves 2025-02-23 19:23:20 -06:00
parent 8cb032a61c
commit 72299b0b9a

@ -16,7 +16,9 @@
* The Sia provider utilizes the `renterd` native HTTP REST API via `libcurl`
### Encryption [WIP-Use with caution]
### Encryption
#### [WIP-Use with caution]
* 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.