doc.md better describes the style of documentation that will live inside these files, since we want these to be similar to our webhooks' doc.md files in terms of how these are rendered and composed of Markdown macros.
16 lines
620 B
Markdown
16 lines
620 B
Markdown
About EncryptBot:
|
|
EncryptBot Allows for quick ROT13 encryption in the middle of a chat.
|
|
|
|
What It Does:
|
|
The bot encrypts any message sent to it on any stream it is subscribed to with ROT13.
|
|
|
|
How It Works:
|
|
The bot will Use ROT13(A -> N, B -> O... and vice-versa) in a python
|
|
implementation to provide quick and easy encryption.
|
|
|
|
How to Use:
|
|
|
|
-Send the message you want to encrypt, add @encrypt to the beginning.
|
|
-The Encrypted message will be sent back to the stream the original
|
|
message was posted in to the topic <sender-email>'s encrypted text.
|
|
-Messages can be decrypted by sending them to EncryptBot in the same way.
|