Encrypt your conversations EVERYWHERE! Regardless of the communication method you use, it's possible to establish end-to-end encrypted conversations! You can use any messenger, send letters, use carrier pigeons - whatever you want. Just use the simple wizard for the key exchange process and start an encrypted conversation.
- Cryptographic functions
- Intuitive GUI for user interaction
- Modular code structure
- Encrypted storage
- Support for different encryption algorithms
- Go 1.26 or newer
-
Install with go install:
go install github.com/sibexico/Trusty@latest
-
Or clone and run locally:
git clone https://github.com/sibexico/Trusty.git cd Trusty go run .
-
Build manually:
go build -o trusty.exe .\trusty.exe
Follow the on-screen instructions in the GUI to perform the key exchange and be able to use encrypted conversation.
This project is licensed under the MIT License.