forked from GitHub/dbot
16 lines
326 B
Markdown
16 lines
326 B
Markdown
|
## 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.
|
||
|
|