dbot/modules/crypto/README.md

22 lines
389 B
Markdown
Raw Normal View History

2013-12-26 07:52:06 +01:00
## Crypto
2013-12-26 07:44:13 +01:00
2013-12-26 07:52:06 +01:00
Cryptography!
2013-12-26 07:44:13 +01:00
### Description
2013-12-26 07:52:06 +01:00
This module calculates different hashes or ciphertexts for some algorithms.
2013-12-26 07:44:13 +01:00
2013-12-26 07:52:06 +01:00
### Commands
2013-12-26 07:44:13 +01:00
2013-12-26 07:52:06 +01:00
#### ~md5 [text]
Calculate the MD5 hash of the given text.
2013-12-26 07:44:13 +01:00
2013-12-26 07:52:06 +01:00
#### ~sha1 [text]
Calculate the SHA1 hash of the given text.
2013-12-26 07:44:13 +01:00
2013-12-26 07:52:06 +01:00
#### ~sha256 [text]
Calculate the SHA256 hash of the given text.
2013-12-26 07:44:13 +01:00
2013-12-26 07:52:06 +01:00
#### ~aes "[text]" "[key]"
Calculates the hash of the given text.
2013-12-26 07:44:13 +01:00