https://github.com/syleron/426c
End-to-end encrypted chat network written in Go
https://github.com/syleron/426c
chat e2e-encryption encryption golang messenger private-messaging
Last synced: 5 months ago
JSON representation
End-to-end encrypted chat network written in Go
- Host: GitHub
- URL: https://github.com/syleron/426c
- Owner: Syleron
- License: gpl-3.0
- Created: 2019-03-05T12:04:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-08T12:20:06.000Z (11 months ago)
- Last Synced: 2025-08-08T13:06:26.580Z (11 months ago)
- Topics: chat, e2e-encryption, encryption, golang, messenger, private-messaging
- Language: Go
- Homepage: https://426c.net
- Size: 206 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
____ ___ ____
/ / /|_ |/ __/____
/_ _/ __// _ \/ __/
/_//____/\___/\__/
```
## Overview
426c is an end-to-end encrypted messenger written in Go.
## Why
An opportunity to learn and manufacture a tool that respects people's privacy.
## Features
* E2E Encryption
* Encryption at rest
* No message logging or storage server side
* Message retry upon failure
* "Block" issuing and cost per message.
## Prerequisites
* Go v1.13 or later
## Build & Install
First you will need to clone this repository into `$GOPATH/src/github.com/syleron/426c` and execute the following command(s):
```
$ sudo make
...
```
## License
426c source code is available under the GPLv3 License which can be found in the LICENSE file.
Copyright (c) 2020 Andrew Zak