diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-18 11:06:29 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-18 11:06:29 +0100 |
commit | 5eb6c650a10e42e6d9aa9397da1d3163481b303a (patch) | |
tree | 3175baf51acf3765e814688e81005e75ad8682ce /doc/it/autogen/user/sec_options.adoc | |
parent | 228040dc04648507d9a57dcc6324d436cd97a4bc (diff) | |
download | weechat-5eb6c650a10e42e6d9aa9397da1d3163481b303a.zip |
doc: display default values of options on a separate line (user's guide)
Diffstat (limited to 'doc/it/autogen/user/sec_options.adoc')
-rw-r--r-- | doc/it/autogen/user/sec_options.adoc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/it/autogen/user/sec_options.adoc b/doc/it/autogen/user/sec_options.adoc index cf6266122..843ad7e14 100644 --- a/doc/it/autogen/user/sec_options.adoc +++ b/doc/it/autogen/user/sec_options.adoc @@ -5,19 +5,23 @@ * [[option_sec.crypt.cipher]] *sec.crypt.cipher* ** descrizione: pass:none[cipher used to crypt data (the number after algorithm is the size of the key in bits)] ** tipo: intero -** valori: aes128, aes192, aes256 (valore predefinito: `+aes256+`) +** valori: aes128, aes192, aes256 +** valore predefinito: `+aes256+` * [[option_sec.crypt.hash_algo]] *sec.crypt.hash_algo* ** descrizione: pass:none[hash algorithm used to check the decrypted data] ** tipo: intero -** valori: sha224, sha256, sha384, sha512 (valore predefinito: `+sha256+`) +** valori: sha224, sha256, sha384, sha512 +** valore predefinito: `+sha256+` * [[option_sec.crypt.passphrase_file]] *sec.crypt.passphrase_file* ** descrizione: pass:none[path to a file containing the passphrase to encrypt/decrypt secured data; this option is used only when reading file sec.conf; only first line of file is used; this file is used only if the environment variable "WEECHAT_PASSPHRASE" is not set (the environment variable has higher priority); security note: it is recommended to keep this file readable only by you and store it outside WeeChat home (for example in your home); example: "~/.weechat-passphrase"] ** tipo: stringa -** valori: qualsiasi stringa (valore predefinito: `+""+`) +** valori: qualsiasi stringa +** valore predefinito: `+""+` * [[option_sec.crypt.salt]] *sec.crypt.salt* ** descrizione: pass:none[use salt when generating key used in encryption (recommended for maximum security); when enabled, the content of crypted data in file sec.conf will be different on each write of the file; if you put the file sec.conf in a version control system, then you can turn off this option to have always same content in file] ** tipo: bool -** valori: on, off (valore predefinito: `+on+`) +** valori: on, off +** valore predefinito: `+on+` |