Skip to content

Tools module

FrenchMasterSword edited this page Apr 13, 2019 · 1 revision

Tools module

Commands

ascii

Returns number representation of characters in text (Unicode)

Usage: do ascii <text>

  • <text> is the text you which to convert
Example

ascii

unascii

Reforms string from char codes (Unicode)

Usage: do unascii <text>

  • <text> is the text you which to convert back, the char codes separated with spaces.
Example

unascii

byteconvert

Shows byte conversions of given value

Usage: do byteconvert <value> [unit]

  • <> is the value you wish to convert
  • [unit] is the optional unit the value is in. Defaults to Mio
Example

byteconvert

hash

Hashes text with a given algorithm. UTF-8, the result is displayed in hexadecimal form.

Usage: do hash <algorithm> <text>

  • <algorithm> is the hashing algorithm to use
  • <text> is the text to hash
Example

hash

Clone this wiki locally