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

389 B

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.