https://github.com/tcnoco/discord-private
Sends end-to-end encrypted messages via Python.
https://github.com/tcnoco/discord-private
Last synced: 3 months ago
JSON representation
Sends end-to-end encrypted messages via Python.
- Host: GitHub
- URL: https://github.com/tcnoco/discord-private
- Owner: TCNOco
- License: gpl-3.0
- Created: 2018-10-06T10:44:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T01:01:11.000Z (over 5 years ago)
- Last Synced: 2025-01-18T21:31:19.831Z (5 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Private
A simple idea I experimented with a while back.
- You enter text to send to another person or group of people via Discord as a medium.
- Your text is encrypted using AES and sent into a Discord text channel
- Someone listening to the same Discord Channel recieves the message and uses a a key to decrypt it.It's basically the same as sending a message after running it through something like https://encipher.it/
I have not used this in a long time and I currently don't plan on updating/completing this at any stage in the future.