2013-12-26 07:52:06 +01:00
|
|
|
## Crypto
|
2013-12-26 07:44:13 +01:00
|
|
|
|
2013-12-26 07:52:06 +01:00
|
|
|
Cryptography!
|
2013-12-26 07:44:13 +01:00
|
|
|
|
|
|
|
### Description
|
2013-12-26 07:52:06 +01:00
|
|
|
This module calculates different hashes or ciphertexts for some algorithms.
|
2013-12-26 07:44:13 +01:00
|
|
|
|
2013-12-26 07:52:06 +01:00
|
|
|
### Commands
|
2013-12-26 07:44:13 +01:00
|
|
|
|
2015-04-25 04:06:01 +02:00
|
|
|
#### ~hash [algorithm] [text]
|
|
|
|
Calculate the hash of the given text using [algorithm].
|
2013-12-26 07:44:13 +01:00
|
|
|
|
2015-04-25 04:06:01 +02:00
|
|
|
#### ~random [number]
|
|
|
|
Gives [number] bytes of cryptographically strong pseudo-random data as hex string.
|
2013-12-26 07:44:13 +01:00
|
|
|
|