Documentation
¶
Overview ¶
Example: Creating encrypted support reply messages
This example demonstrates how to create password-protected secure messages that can be decrypted client-side using the BorgSMSG WASM module.
Usage:
go run main.go go run main.go -password "secret123" -body "Your message here" go run main.go -password "secret123" -body "Message" -hint "Your hint" go run main.go -password "secret123" -body "Message" -attach file.txt
Click to show internal directories.
Click to hide internal directories.