Update Providers
@@ -31,8 +31,7 @@
|
||||
|
||||
## 🔒 Encryption Provider (WIP — Use With Caution)
|
||||
|
||||
- Acts as a **local pass-through provider**
|
||||
- Transparently encrypts file/directory names and file data using `XChaCha20-Poly1305` as you read.
|
||||
- Acts as a **local pass-through provider** - configure it to use any existing folder on your file system and it will transparently encrypt file/directory names and file data using `XChaCha20-Poly1305` as you browse and read.
|
||||
- **Important:** There is currently **no decryption provider**. Data encrypted this way cannot be decrypted by Repertory; additional support is planned for future versions.
|
||||
|
||||
---
|
||||
@@ -43,5 +42,5 @@
|
||||
|----------------------|----------------------------------------------------------------------------------------|
|
||||
| **S3 Provider** | Using standard S3-compatible storage (e.g., AWS S3, MinIO, etc.), with optional encryption at transfer time |
|
||||
| **Sia Provider** | Mounting Sia buckets with `renterd` |
|
||||
| **Encryption Provider** | Locally encrypting data before uploading elsewhere — but be mindful of irreversible encryption |
|
||||
| **Encryption Provider** | Locally encrypting data before uploading elsewhere — but be mindful of irreversible encryption . intended to add a layer of security when using online backup platforms, for instance. |
|
||||
|
||||
|
Reference in New Issue
Block a user