Encryption
Have you ever wanted to encrypt your messages with a password for *whatever* reason?
Encrypting a message
Use /encrypt [message to encrypt] [password to access]
Decrypting a message
Use /decrypt [what the /encrypt function returned] [password to access]
This encryption technique uses a salt. If the salt changes, then past messages can't be decrypted.
Last updated