dbot/modules/crypto
2015-08-19 19:11:33 +00:00
..
crypto.js ~random moved to ~randomdata 2015-08-19 19:11:33 +00:00
README.md Moved crypto module to internal node crypto api, removed (pretty) senseless cipher command and added random command 2015-04-25 05:48:19 +02:00
usage.json usage for crypto 2014-09-13 19:52:01 +00:00

Crypto

Cryptography!

Description

This module calculates different hashes or ciphertexts for some algorithms.

Commands

~hash [algorithm] [text]

Calculate the hash of the given text using [algorithm].

~random [number]

Gives [number] bytes of cryptographically strong pseudo-random data as hex string.