diff options
Diffstat (limited to 'weechat/.weechat/sec.conf')
-rw-r--r-- | weechat/.weechat/sec.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/weechat/.weechat/sec.conf b/weechat/.weechat/sec.conf new file mode 100644 index 0000000..8c60d03 --- /dev/null +++ b/weechat/.weechat/sec.conf | |||
@@ -0,0 +1,18 @@ | |||
1 | # | ||
2 | # weechat -- sec.conf | ||
3 | # | ||
4 | # WARNING: It is NOT recommended to edit this file by hand, | ||
5 | # especially if WeeChat is running. | ||
6 | # | ||
7 | # Use /set or similar command to change settings in WeeChat. | ||
8 | # | ||
9 | # For more info, see: https://weechat.org/doc/quickstart | ||
10 | # | ||
11 | |||
12 | [crypt] | ||
13 | cipher = aes256 | ||
14 | hash_algo = sha256 | ||
15 | passphrase_file = "" | ||
16 | salt = on | ||
17 | |||
18 | [data] | ||