mattermost-plugin-e2ee icon indicating copy to clipboard operation
mattermost-plugin-e2ee copied to clipboard

End-to-end encryption plugin for Mattermost

Results 29 mattermost-plugin-e2ee issues
Sort by recently updated
recently updated
newest added

In channels it could be problematic to force every participant into using e2ee. Also anybody being able to disable encryption at will, could pose a security risks. So it would...

Ticket to track ideas/advances on that [known limitation](https://github.com/quarkslab/mattermost-plugin-e2ee#initial-support-for-notifications-from-mentions)

known limitation

Ticket to track ideas/advances on that [known limitation](https://github.com/quarkslab/mattermost-plugin-e2ee#webapp-integrity).

known limitation

Nothing prevents two (or more) users from sharing the same private/public key pair. We should check for this server side, and reject an already known public key. Initial report: https://twitter.com/Tangeek42/status/1449005868196958212

Currently, if someone activates e2ee on a channel but some channel members don't have a public key, the e2ee bot just post the list of these members in the channel...

enhancement

Today we have two commands to setup e2ee: * /init generate a new key & publish it * /import imports a previously backuped key We have errors messages depending on...

enhancement

The keylock left margin renders differently in FF vs. Chrome/Electron. Use an SVG to make sure it's always render the same.

bug

Propose a plugin-wide configuration that would automatically activate encryption for a channel if everyone in this channel has a key setup.

enhancement

Attachments are not encrypted in the Mattermost E2EE plugin model, due to current limitations. This is left implicit and users may by mistake share sensitive information as plaintext through attachments....