summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/devblog/day_390__encryption=sharedpubkey.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/devblog/day_390__encryption=sharedpubkey.mdwn b/doc/devblog/day_390__encryption=sharedpubkey.mdwn
new file mode 100644
index 000000000..f032bd021
--- /dev/null
+++ b/doc/devblog/day_390__encryption=sharedpubkey.mdwn
@@ -0,0 +1,5 @@
+It's not every day I add a new special remote encryption mode to
+git-annex! The new encryption=sharedpubkey mode
+lets anyone with a clone of the git repository (and access to the remote)
+store files in the remote, but then only the private key owner can access
+those files. Which opens up some interesting new use cases..