Skip to main content

Encoding Commands

Encoding commands are commands that encode or decode data. You will also find hashing and encryption commands in this category.

Command List

CommandDescriptionUsage
rot13Encodes or decodes text using ROT13[p]rot13 <text>
hexEncodes or decodes text using hex[p]hex <encode/decode> <text>
binaryEncodes or decodes text using binary[p]binary <encode/decode> <text>
base32Encodes or decodes text using base32[p]base32 <encode/decode> <text>
base36Encodes or decodes text using base36[p]base36 <encode/decode> <text>
base58Encodes or decodes text using base58[p]base58 <encode/decode> <text>
base64Encodes or decodes text using base64[p]base64 <encode/decode> <text>
base64urlEncodes or decodes text using URL safe base64[p]base64url <encode/decode> <text>
ascii85Encodes or decodes text using ascii85[p]ascii85 <encode/decode> <text>
base85Encodes or decodes text using base85[p]base85 <encode/decode> <text>
urlencodeEncodes or decodes text using URL encoding[p]urlencode <encode/decode> <text>
morsecodeEncodes or decodes text using morsecode[p]morsecode <encode/decode> <text>
md5Hashes text using md5[p]md5 <text>
sha1Hashes text using sha1[p]sha1 <text>
sha224Hashes text using sha224[p]sha224 <text>
sha256Hashes text using sha256[p]sha256 <text>
sha384Hashes text using sha384[p]sha384 <text>
sha512Hashes text using sha512[p]sha512 <text>
blake2bHashes text using blake2b[p]blake2b <text>
blake2sHashes text using blake2s[p]blake2s <text>
adler32Hashes text using adler32[p]adler32 <text>
crc32Hashes text using crc32[p]crc32 <text>
crc64Hashes text using crc64[p]crc64 <text>
fnv32Hashes text using fnv32[p]fnv32 <text>
fnv64Hashes text using fnv64[p]fnv64 <text>
fnv128Hashes text using fnv128[p]fnv128 <text>
aes128Encrypt or decrypt text using AES-128[p]aes128 <encrypt/decrypt> <"key"> <"text">
aes192Encrypt or decrypt text using AES-192[p]aes192 <encrypt/decrypt> <"key"> <"text">
aes256Encrypt or decrypt text using AES-256[p]aes256 <encrypt/decrypt> <"key"> <"text">