docs/src/encryption.md

changeset 274
5577d3eae04c
parent 273
c743721d566f
child 281
ddb5e8f2a43d
--- a/docs/src/encryption.md	Thu Aug 03 18:29:00 2017 +0200
+++ b/docs/src/encryption.md	Fri Aug 04 20:03:21 2017 +0200
@@ -5,7 +5,7 @@
 
 The tools support both, encryption of the resource content and encryption of the resource name. Each resource is encrypted separately. With activated name encryption, the actual resource name is random but the name used by the client is stored encrypted in WebDAV properties. This means, an attacker can see the directory structure and the file length, but can't see which files have the same name.
 
-To enable encryption a key must be configured in `$HOME/.dav/config.xml`. A key must have an unique name. To access encrypted resources, all clients must configure the same key with the same name. Currently a key can only be loaded from a file and not generated from a password.
+To enable encryption a key must be configured in `$HOME/.dav/config.xml`. A key must have a unique name. To access encrypted resources, all clients must configure the same key with the same name. Currently a key can only be loaded from a file and not generated from a password.
 
 A configuration for a key looks like:
 

mercurial