sec.conf 329 B

12345678910111213141516171819
  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. [crypt]
  12. cipher = aes256
  13. hash_algo = sha256
  14. passphrase_file = ""
  15. salt = on
  16. [data]