This is already part of the specs.FredQ wrote: Sat Jul 13, 2019 6:20 pm ...browser will decrypt the message for you - not phpBB at that stage. Same for the encryption, the message is encrypted by the browser before sending...
My bad... My brain was melting or I was drunk, or maybe I was thinking about something else. It's all in the specs indeed
I realize this gets difficult not using the password but if someone hacks the server and could edit the script they could capture the password on login, yes? Obviously that compromises the entire account including anything encrypted but I think you need to be careful about giving people a false sense of security.
Even browser extension can be compromised. The only 100% secure way is when you encrypt the PM on your (secure) PC, then paste encrypted contents to the PM message field. The receiver then needs to copy the contents and decrypt it on a secure location. Such a procedure is obviously extremely unusable, while browser extension is amusing as well. The way I plan to do it makes it theoretically vulnerable (everything is vulnerable when it comes to encryption) but requires no browser extension, no PC/mobile app, just tick one checkbox and it is done.thecoalman wrote: Tue Jul 16, 2019 11:05 am Correct me if I'm wrong but the only way I see to secure this against a a compromised server is with a browser extension.
That's why I said "compromised server", if the extension was only made available through official browser services it would be more secure.
On the contrary, this is very interesting idea!thecoalman wrote: Tue Jul 16, 2019 11:51 am I realize this is probably way beyond the scope of your intentions.
No, actually I feel bad knowing that somebody felt the need to develop such an extention. I do everything I can to optimize privacy so it would be nice to see some reviving energy for this ext development.Senky wrote: Tue Jun 25, 2019 1:24 pm Hi everyone!
You see, there is an extension for reading user private messages. Am I the only one feeling bad for this?
That would make the whole thing partially obsolete. People can do screenshots or quote content in case they feel the need to report something.halil16 wrote: Wed May 10, 2023 5:59 am Having an option to encrypt messages can also result in user insecurity. It means that other people could read my previous messages, they say. Best of all, this extension doesn't have such an option and it encrypts all messages end-to-end. However, an administrator or moderator with permission should still be able to access the reported messages.
I mean all messages are end-to-end encrypted by default. Moreover, there is no need to offer users an extra option. By default phpBB has the option to report private messages to a moderator. This feature must be available. Therefore, in case of a complaint, the moderator should also be able to access it.DocSommer wrote: Thu May 11, 2023 2:07 pmThat would make the whole thing partially obsolete. People can do screenshots or quote content in case they feel the need to report something.halil16 wrote: Wed May 10, 2023 5:59 am Having an option to encrypt messages can also result in user insecurity. It means that other people could read my previous messages, they say. Best of all, this extension doesn't have such an option and it encrypts all messages end-to-end. However, an administrator or moderator with permission should still be able to access the reported messages.