aboutsummaryrefslogtreecommitdiff
path: root/docs/comparison.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-04-10 23:05:09 +0200
committerJakob Unterwurzacher2016-04-10 23:05:09 +0200
commit3dd290f7c0e199572ac0a08a0c48ee1c3162b606 (patch)
tree6e4369e670a86f2578c245e8ac37db822562f52c /docs/comparison.md
parent7fc5bcee2103ee48267efe2532802c6e3df903ae (diff)
gocryptfs now supports 255 character file names
Diffstat (limited to 'docs/comparison.md')
-rw-r--r--docs/comparison.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/comparison.md b/docs/comparison.md
index 318bab0..2e7fe1c 100644
--- a/docs/comparison.md
+++ b/docs/comparison.md
@@ -89,7 +89,7 @@ File Names
| Encryption | EME [4] | CBC | CBC | CBC | SIV | GCM (B+ dir DB) |
| Prefix leak | no (EME) | no (HMAC used as IV) | no (HMAC used as IV) | yes [2] | no (SIV) | no (GCM) |
| Identical names leak | no (per-directory IV) | no (path chaining) | no (path chaining) | yes [1] | yes [3] | no (GCM) |
-| Maximum name length [5] | 176 | 176 | 176 | 144 | 1026 | 255 |
+| Maximum name length [5] | 255 {2} | 176 | 176 | 144 | 1026 | 255 |
| Directory flattening {1} | no | no | no | no | yes | yes |
References:
@@ -98,9 +98,11 @@ References:
[[3]](https://github.com/cryptomator/cryptomator/issues/128)
[[4]](https://github.com/rfjakob/eme)
[[5]](https://gist.github.com/rfjakob/c70344e2e7a1d765af1f)
+[[6]]Since v0.9
Notes:
{1} Is the directory tree flattened in the encrypted storage?
+{2} Since v0.9
Performance
-----------