commit 79548e5ee046a6030afd02684b911fae68833728 Author: nahakubuilder Date: Fri May 22 18:36:34 2026 +0100 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..f28775e --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ + +# Set custom encryption password for the .json file during build +export GOTERMINAL_ENC="SoMeStRongPasSwoR2d" +go build -ldflags "-X main.fileEncKeyHex=${GOTERMINAL_ENC}" . +# or one-liner: +go build -ldflags "-X main.fileEncKeyHex=$(openssl rand -hex 32)" .