Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 608 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 608 Bytes

SSlack

crypto in Slack

$ ./sslack /Applications/Slack.app/Contents/MacOS/Slack &

SSlack

Why

Slack is great tool, but people at Slack (and your team admin at some point) can read your private messages?

How to generate key pair

$ openssl genrsa -out private_sslack.pem 4096 && openssl rsa -pubout -in private_sslack.pem -out public_key.pem