docs/src/configuration.md

branch
v1.0
changeset 310
9a0a06637f91
parent 286
8dc2952dd5dc
child 307
a4419589ea26
equal deleted inserted replaced
303:5d79c108fcab 310:9a0a06637f91
52 52
53 If this element has the value of true, content and resource name encryption/decryption is enabled. Resources are only encrypted if the repository has a default-key or a key is specified via command line option. Because encryption and decryption is disabled by default, `false` has no effect for this element. 53 If this element has the value of true, content and resource name encryption/decryption is enabled. Resources are only encrypted if the repository has a default-key or a key is specified via command line option. Because encryption and decryption is disabled by default, `false` has no effect for this element.
54 54
55 Type: boolean \ 55 Type: boolean \
56 Default: false \ 56 Default: false \
57 Example: `<full-encryption>true</full-encryption> 57 Example: `<full-encryption>true</full-encryption>`
58 58
59 ### content-encryption 59 ### content-encryption
60 60
61 This element enables only content encryption and decryption. A value of `false` disables content encryption, but it does not disables content decryption, if this is enabled with `<decrypt-content>`. 61 This element enables only content encryption and decryption. A value of `false` disables content encryption, but it does not disables content decryption, if this is enabled with `<decrypt-content>`.
62 62

mercurial