3
0
mirror of https://github.com/reality/dbot.git synced 2026-04-26 04:08:03 +02:00
2013-12-29 18:38:24 +00:00
..
2013-12-29 18:38:24 +00:00
2013-12-26 06:55:21 +00:00

## 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.