diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-06-15 15:42:12 +0100 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-06-19 10:15:30 +0100 |
commit | fb971a5f01547516e9850f0fd34e42ad1d67c777 (patch) | |
tree | 609ff8e3ecb95716cb4f75dcae09271473131566 /doc/book/cookbook/encryption.md | |
parent | 6af2cde23f5229302f122453aa50bf15df7625b4 (diff) | |
download | garage-fb971a5f01547516e9850f0fd34e42ad1d67c777.tar.gz garage-fb971a5f01547516e9850f0fd34e42ad1d67c777.zip |
cookbook/encryption.md: Added Cyberduck note.
Diffstat (limited to 'doc/book/cookbook/encryption.md')
-rw-r--r-- | doc/book/cookbook/encryption.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/book/cookbook/encryption.md b/doc/book/cookbook/encryption.md index 09438549..21a5cbc6 100644 --- a/doc/book/cookbook/encryption.md +++ b/doc/book/cookbook/encryption.md @@ -109,3 +109,8 @@ Implementations are very specific to the various applications. Examples: [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. |