https://github.com/amirongit/wcyd
honestly sometimes you won't have an answer, but enjoy the times when you do!
https://github.com/amirongit/wcyd
anti-censorship censorship communication connecting connecting-people decentralized freedom messaging messanger rebellion secure-communication
Last synced: about 1 month ago
JSON representation
honestly sometimes you won't have an answer, but enjoy the times when you do!
- Host: GitHub
- URL: https://github.com/amirongit/wcyd
- Owner: amirongit
- License: gpl-3.0
- Created: 2024-06-03T18:33:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-26T11:42:45.000Z (11 months ago)
- Last Synced: 2025-07-03T09:07:47.320Z (3 months ago)
- Topics: anti-censorship, censorship, communication, connecting, connecting-people, decentralized, freedom, messaging, messanger, rebellion, secure-communication
- Language: Python
- Homepage:
- Size: 402 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WCYD
a desperate attempt to rebel## what is
a decentralized messenger designed to bypass blockages which intentionally avoids having a single point of failure or downtime caused by censorship## how does
four key concepts (network is the fourth, nerds)
- messages: encrypted or raw data in text or string format (the only supported data type) sent from a source peer to a target peer
- peers: users with two pairs of asymmetrical keys (one for authentication & one for encryption) registered in a node
- nodes: instances of the software that manage messages & peers; nodes can connect to each other to form a network, authenticate peers (directly or indirectly), exchange data about themselves & their peers & act on behalf of other peers if necessary## how to
the swagger client can be used for now; don't have a plan (& urge) to write a user interface