____ ___ ____
/ / /|_ |/ __/____
/_ _/ __// _ \/ __/
/_//____/\___/\__/
426c is an end-to-end encrypted messenger written in Go.
An opportunity to learn and manufacture a tool that respects people's privacy.
- E2E Encryption
- Encryption at rest
- No message logging or storage server side
- Message retry upon failure
- "Block" issuing and cost per message.
- Go v1.13 or later
First you will need to clone this repository into $GOPATH/src/github.com/syleron/426c
and execute the following command(s):
$ sudo make
...
426c source code is available under the GPLv3 License which can be found in the LICENSE file.
Copyright (c) 2020 Andrew Zak andrew@linux.com