-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discord privacy #721
Comments
I am not sure how this could be possible About the only thing I can think of is to encrypt your messages using a plugin and have the recipient use the same plugin and public key |
So it's possible but it only works when message someone who is using the plugin as well |
Yeah, but it'd always be sent encrypted (otherwise what's the point) so you'd need to assume the other person has the plugin otherwise it's unreadable. At that point you'd be better messaging them using whatsapp or matrix. I am not a Powercord dev though so I may be missing something |
Oh, so you mean something like this: https://github.com/SammCheese/invisible-chat Or this: https://github.com/SammCheese/SimpleDiscordCryptLoader |
|
But it still relies on them having the plugin, and you are likely going to be sharing the encryption key with them via discord anyway 🤷 |
oh so when I share the encryption key over discord the whole purpose of the plugin is destroyed |
and when I share it over whatsapp I can use whatsapp instead |
My points exactly :) |
what is matrix I never heard of this |
If you want encrypted messaging, then use an encrypted messaging service. Discord is not encrypted and properly never will be. There are ways to tack encryption onto discord but, as you mentioned, they can be difficult to setup securely. |
Imagine the plugin using a third party API to send the encrypted message (not through the discord servers) then decrypting and displaying them on the other end with the plugin. Oh wait why don't we just code another messaging app at this point lmao? Ben makes a good point, if you don't like how the discord servers work, use another app. Powercord is mostly centralized around discord. |
Yeah I see I just don't know any app with similar options an accessibility. |
Theoretically speaking, you could have a private backend where you would send your actual messages, which will then send to the recipient and displayed in Discord. It's like basically creating another messaging app without a UI and using the Discord UI. I doubt the Powercord team will allow such a plugin, and even if they did, it'd be very ineffective. |
this sounds like fosscord |
1 similar comment
this sounds like fosscord |
Also turn off sentry. (There are various ways) |
Powercord already does this by default. (source) |
Description
Just so Discord can't read all your messages and can't collect any of your Data
More info
I had the idea when I watched a youtube video about Discord might collecting your data because the CEO already did it in the past with his old company called openfeint. It was also confirmed that discord can read your private messages.
So this plugin should just stop discord from collecting your data.
YouTube Video: The Disturbing Truth about Discord | by Visual Venture
Link: https://www.youtube.com/watch?v=M5X6iLHzqAI
The text was updated successfully, but these errors were encountered: