A proof-of-concept WeeChat plugin to encrypt PRIVMSG
s with a variant of Signal's cryptography.
This plugin (not a script) is written in both Golang and C and is based on my xochimilco library for encryption.
It is mostly an experiment.
So please do not use it for anything serious.
To build the plugin, at least a recent Go compiler and a GCC must be installed.
If you are using the Nix package manager, please enter a nix-shell
.
# Create the plugin, xochimilco.so
make
# Now, you might wanna copy this shared object to your WeeChat's plugin dir.
# For the default location, ~/.weechat/, there is:
make install
# For testing, a temporary and preconfigured WeeChat can be launched:
make test-instance