diff options
Diffstat (limited to 'doc/ja/autogen/user/sec_options.txt')
-rw-r--r-- | doc/ja/autogen/user/sec_options.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/sec_options.txt b/doc/ja/autogen/user/sec_options.txt new file mode 100644 index 000000000..a8138b7f1 --- /dev/null +++ b/doc/ja/autogen/user/sec_options.txt @@ -0,0 +1,20 @@ +* [[option_sec.crypt.cipher]] *sec.crypt.cipher* +** 説明: `cipher used to crypt data (the number after algorithm is the size of the key in bits)` +** タイプ: 整数 +** 値: aes128, aes192, aes256 (デフォルト値: `aes256`) + +* [[option_sec.crypt.hash_algo]] *sec.crypt.hash_algo* +** 説明: `hash algorithm used to check the decrypted data` +** タイプ: 整数 +** 値: sha224, sha256, sha384, sha512 (デフォルト値: `sha256`) + +* [[option_sec.crypt.passphrase_file]] *sec.crypt.passphrase_file* +** 説明: `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"` +** タイプ: 文字列 +** 値: 未制約文字列 (デフォルト値: `""`) + +* [[option_sec.crypt.salt]] *sec.crypt.salt* +** 説明: `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` +** タイプ: ブール +** 値: on, off (デフォルト値: `on`) + |