https://github.com/4l0n3r/crypt-meet-up
To provide end-to-end encryption for instant messaging conversations using the Double Ratchet Algorithm.
https://github.com/4l0n3r/crypt-meet-up
double-ratchet-algorithm python sockets
Last synced: about 1 year ago
JSON representation
To provide end-to-end encryption for instant messaging conversations using the Double Ratchet Algorithm.
- Host: GitHub
- URL: https://github.com/4l0n3r/crypt-meet-up
- Owner: 4l0n3r
- Created: 2024-04-07T06:21:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T11:06:39.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T07:38:29.146Z (about 1 year ago)
- Topics: double-ratchet-algorithm, python, sockets
- Language: Python
- Homepage:
- Size: 4.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Description:**
To provide end-to-end encryption for instant messaging conversations using the Double
Ratchet Algorithm. What's app, Signal, Facebook messenger are currently using this
mechanism for message privacy. But we come up with the local version of this security ...!