TheGreenPig / Apate

A BetterDiscord Plugin that allows End-to-End encryption and hiding messages in messages!
65 stars 17 forks source link

Add user password protection for messages #3

Closed 0RadicalLarry0 closed 3 years ago

0RadicalLarry0 commented 3 years ago

Add the ability to set a password for your messages in the settings so only people with that same password can access your messages.

Not sure if it's possible but I thought it would be a neat idea so you can talk to specific people sharing the same message password.

E.g. You set your password to "1234" in the settings and everyone with that same password can access your messages encrypted with "1234". But if you don't have that exact password the message can't be displayed.

I feel like this would add some privacy for groups of friends that want to talk to each other without some random dude with the plugin being able to view their messages.

0RadicalLarry0 commented 3 years ago

I was looking around and the functionality to encrypt messages with a user defined password is built into stegcloak.

There's already another plugin that has this feature for powercord although I don't know if it automatically decrypts messages like this plugin.

Looks like you have some competition!

TheGreenPig commented 3 years ago

I added this Feature just now in version 1.0.4. Download it and try it out... even if the Encryption is turned off in the settings, the plugin still does some basic encryption by generating a random zero-width string that gets sent with the cover message. It is not by any means secure, but it prevents people from simply copy-pasting the messages into the stegcloak website!