Vendicated / Vencord

The cutest Discord client mod
https://vencord.dev
GNU General Public License v3.0
8.61k stars 1.22k forks source link

Base64 Links Decoder Plugin #2739

Closed nawelasg closed 1 month ago

nawelasg commented 1 month ago

This Plugins decodes the base64 links in the client itself, It has a dedicated UI button on the ChatButtons and Open a separate Modal window to display the decoded base64 string.

nawelasg commented 1 month ago

this can easily be done with a user app, i doubt this will be merged

But it will more useful as a plugin in vencord, because this operates only on the client side and has nothing to do with discord. Whereas if its an user app or a bot, Discord will be able to see what is being shared and decoded. And the reason why someone encode such stuff, There is a reason they dont want discord to be able to see that stuff.

Koishukaze commented 1 month ago

it's not private either way, anyone can easily decode it

nawelasg commented 1 month ago

But its not directly under discord surveillance. Thats what it achieves.

nin0-dev commented 1 month ago

i don't think that you have understood that for you to even get the b64 message to decrypt

you...

need to make it go through discord servers

this plugin isn't achieving anything

Vendicated commented 1 month ago

this is a) not useful b) a duplicate c) better done via a bot d) base64 achieves nothing for privacy. use an end to end encrypted messenger like signal, matrix, xmpp, etc