|
|
|
|
|
by rdl
3079 days ago
|
|
There are lots of ways to do this in normal corporate environments more safely than Slack but with decent user experience. Some data can always be locally stored on the device and searched (maybe anything I've typed myself, or particular forums I search frequently). Some data could be downloadable on demand (if I want to search all of my DMs with a given person, it's reasonable even on a phone to download that entire 5MB chat log locally to do the search). Another way is to trust an archive/search server temporarily with the decryption; if you trust it right now, you can decrypt your logs on that server, do the search, then wipe it. That's a lot safer than all of those logs sitting around forever for anyone who pops the server at any point in the future. Another option is an enterprise chat server (e.g. Mattermost), or having some kind of chat log server run by the enterprise which is for searching, but use a hypothetical end to end encrypted Slack for routine communications. Making this all happen as transparently as possible and as efficiently as possible, with clear user security expectations, is what the "company" level stuff would be. |
|