From 12813183465b01acde30a37d9e04f2ea68983c3e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Sat, 5 Mar 2016 15:08:26 +0100 Subject: weechat: added config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté --- weechat/sec.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 weechat/sec.conf (limited to 'weechat/sec.conf') diff --git a/weechat/sec.conf b/weechat/sec.conf new file mode 100644 index 0000000..3672aa7 --- /dev/null +++ b/weechat/sec.conf @@ -0,0 +1,11 @@ +# +# weechat -- sec.conf +# + +[crypt] +cipher = aes256 +hash_algo = sha256 +passphrase_file = "" +salt = on + +[data] -- cgit v1.2.3