dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

sec.conf (345B)


      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 commands like /set or /fset to change settings in WeeChat.
      8 #
      9 # For more info, see: https://weechat.org/doc/weechat/quickstart/
     10 #
     11 
     12 [crypt]
     13 cipher = aes256
     14 hash_algo = sha256
     15 passphrase_command = ""
     16 salt = on
     17 
     18 [data]