dbot/modules/crypto
2013-12-29 18:38:24 +00:00
..
crypto.js fix all the module regexen 2013-12-29 18:38:24 +00:00
README.md Fixed crypto readme 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.