dbot/modules/crypto/README.md
2013-12-26 06:55:21 +00:00

22 lines
389 B
Markdown

## Crypto
Cryptography!
### Description
This module calculates different hashes or ciphertexts for some algorithms.
### Commands
#### ~md5 [text]
Calculate the MD5 hash of the given text.
#### ~sha1 [text]
Calculate the SHA1 hash of the given text.
#### ~sha256 [text]
Calculate the SHA256 hash of the given text.
#### ~aes "[text]" "[key]"
Calculates the hash of the given text.