95 Example: <code><key>mykey</key></code></p> |
95 Example: <code><key>mykey</key></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><full-encryption>true</full-encryption></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><decrypt-content></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><decrypt-content></code>.</p> |
103 <p>Type: boolean<br /> |
103 <p>Type: boolean<br /> |
104 Default: false<br /> |
104 Default: false<br /> |
105 Example: <code><content-encryption>true</content-encryption></code></p> |
105 Example: <code><content-encryption>true</content-encryption></code></p> |