aboutsummaryrefslogtreecommitdiff
path: root/doc/book/cookbook/encryption.md
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2023-06-20 09:23:43 +0000
committerAlex <alex@adnab.me>2023-06-20 09:23:43 +0000
commit736083063fb4f78e9d00d9f3279f902bd3a6aa0a (patch)
treee5cdf63cc9edab166316416a1a13410b63aefb62 /doc/book/cookbook/encryption.md
parent5e291c64b3539c11cd4f107852686c7865b8b036 (diff)
parenta5ae566e0be487553839c843ffde4909a8146b4a (diff)
downloadgarage-736083063fb4f78e9d00d9f3279f902bd3a6aa0a.tar.gz
garage-736083063fb4f78e9d00d9f3279f902bd3a6aa0a.zip
Merge pull request 'doc: Added ejabberd S3 section' (#588) from jpds/garage:doc-ejabberd-s3 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/588
Diffstat (limited to 'doc/book/cookbook/encryption.md')
-rw-r--r--doc/book/cookbook/encryption.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/book/cookbook/encryption.md b/doc/book/cookbook/encryption.md
index 8d45a0ee..21a5cbc6 100644
--- a/doc/book/cookbook/encryption.md
+++ b/doc/book/cookbook/encryption.md
@@ -104,5 +104,13 @@ Implementations are very specific to the various applications. Examples:
in Matrix are probably encrypted using symmetric encryption, with a key that is
distributed in the end-to-end encrypted message that contains the link to the object.
+- XMPP: clients normally support either OMEMO / OpenPGP for the E2EE of user
+ messages. Media files are encrypted per
+ [XEP-0454](https://xmpp.org/extensions/xep-0454.html).
+
- Aerogramme: use the user's password as a key to decrypt data in the user's bucket
+- Cyberduck: comes with support for
+ [Cryptomator](https://docs.cyberduck.io/cryptomator/) which allows users to
+ create client-side vaults to encrypt files in before they are uploaded to a
+ cloud storage endpoint.