diff options
| author | Miquel Sabaté <msabate@suse.com> | 2016-03-05 15:08:26 +0100 |
|---|---|---|
| committer | Miquel Sabaté <msabate@suse.com> | 2016-03-05 15:08:47 +0100 |
| commit | 12813183465b01acde30a37d9e04f2ea68983c3e (patch) | |
| tree | cacd65866884c799111ffe8d869055c7a790f62d /weechat/sec.conf | |
| parent | 71ba4155e1f30459600b89c15a6975afcc2bf5af (diff) | |
| download | dotfiles-12813183465b01acde30a37d9e04f2ea68983c3e.tar.gz dotfiles-12813183465b01acde30a37d9e04f2ea68983c3e.zip | |
weechat: added config
Signed-off-by: Miquel Sabaté <msabate@suse.com>
Diffstat (limited to 'weechat/sec.conf')
| -rw-r--r-- | weechat/sec.conf | 11 |
1 files changed, 11 insertions, 0 deletions
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] |
