docs/html/configuration.html

changeset 306
4a1596b45ff2
parent 294
dd5c0ebdf54f
child 307
a4419589ea26
equal deleted inserted replaced
305:c3d98b2cccf3 306:4a1596b45ff2
95 Example: <code>&lt;key&gt;mykey&lt;/key&gt;</code></p> 95 Example: <code>&lt;key&gt;mykey&lt;/key&gt;</code></p>
96 <h3 id="full-encryption">full-encryption</h3> 96 <h3 id="full-encryption">full-encryption</h3>
97 <p>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, <code>false</code> has no effect for this element.</p> 97 <p>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, <code>false</code> has no effect for this element.</p>
98 <p>Type: boolean<br /> 98 <p>Type: boolean<br />
99 Default: false<br /> 99 Default: false<br />
100 Example: `<full-encryption>true</full-encryption></p> 100 Example: <code>&lt;full-encryption&gt;true&lt;/full-encryption&gt;</code></p>
101 <h3 id="content-encryption">content-encryption</h3> 101 <h3 id="content-encryption">content-encryption</h3>
102 <p>This element enables only content encryption and decryption. A value of <code>false</code> disables content encryption, but it does not disables content decryption, if this is enabled with <code>&lt;decrypt-content&gt;</code>.</p> 102 <p>This element enables only content encryption and decryption. A value of <code>false</code> disables content encryption, but it does not disables content decryption, if this is enabled with <code>&lt;decrypt-content&gt;</code>.</p>
103 <p>Type: boolean<br /> 103 <p>Type: boolean<br />
104 Default: false<br /> 104 Default: false<br />
105 Example: <code>&lt;content-encryption&gt;true&lt;/content-encryption&gt;</code></p> 105 Example: <code>&lt;content-encryption&gt;true&lt;/content-encryption&gt;</code></p>

mercurial