aboutsummaryrefslogtreecommitdiff
path: root/doc/design/encryption
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkS6aFVrEwOrDuQBTMXxtGHtueA69NS_jo <Hans@web>2012-08-15 19:16:10 +0000
committerGravatar admin <admin@branchable.com>2012-08-15 19:16:10 +0000
commitb6527d7b1918621342e2aa3b675b9e29e96cd380 (patch)
treef1cc6bbbf6982dad9ae05d220a83174e7e4397c0 /doc/design/encryption
parent2f5176ceb8efebd2c03b7dbcce3f1ef9833b5651 (diff)
Added a comment
Diffstat (limited to 'doc/design/encryption')
-rw-r--r--doc/design/encryption/comment_7_c1c38a09b1276e29adc3ba564dc0fe4e._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/design/encryption/comment_7_c1c38a09b1276e29adc3ba564dc0fe4e._comment b/doc/design/encryption/comment_7_c1c38a09b1276e29adc3ba564dc0fe4e._comment
new file mode 100644
index 000000000..259214495
--- /dev/null
+++ b/doc/design/encryption/comment_7_c1c38a09b1276e29adc3ba564dc0fe4e._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawkS6aFVrEwOrDuQBTMXxtGHtueA69NS_jo"
+ nickname="Hans"
+ subject="comment 7"
+ date="2012-08-15T19:16:10Z"
+ content="""
+Justin,
+
+thanks for clearing that up. It's great that git-annex has implemented mechanisms to work securely on untrusted hosts. My solution is thus only interesting for files that are impractical to manage with git-annex (e.g. data for/from applications that need rw-access to a large number of files). And, possibly, for providers that do not provide rsync.
+
+Your remark that my solution does not work with more than one client, is not entirely accurate. No more than one client can access the repository at any given time, but as long as access is not simultaneous, any number of clients can access the repository. Still, your point is taken, it's a limitation I should mention.
+
+It would be interesting to compare the performance of individually encrypted files to encrypted image-file. My intuition says that encrypted image-file should be faster, but that's just a guess.
+"""]]