提交 7afc9e9f authored 作者: Noel Grandin's avatar Noel Grandin

improve database encryption documentation

上级 e574982a
...@@ -643,7 +643,14 @@ To keep the content of an in-memory database as long as the virtual machine is a ...@@ -643,7 +643,14 @@ To keep the content of an in-memory database as long as the virtual machine is a
<h2 id="file_encryption">Database Files Encryption</h2> <h2 id="file_encryption">Database Files Encryption</h2>
<p> <p>
The database files can be encrypted. Two encryption algorithm AES is supported. The database files can be encrypted.
<p>
Three encryption algorithms are supported:
<ul>
<li>"AES" - also known as Rijndael, only AES-128 is implemented.</li>
<li>"XTEA" - the 32 round version.</li>
<li>"FOG" - pseudo-encryption only useful for hiding data from a text editor.</li>
</ul>
To use file encryption, you need to specify the encryption algorithm (the 'cipher') To use file encryption, you need to specify the encryption algorithm (the 'cipher')
and the file password (in addition to the user password) when connecting to the database. and the file password (in addition to the user password) when connecting to the database.
</p> </p>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论