Encode/Decode

Encoder, decoders and cryptographic functions.

Plugin/FunctionTypeDescription
base64decodeFunctionDecodes a base64 encoded string
base64encodeFunctionEncodes a string into base64
base85decodeFunctionDecode a base85 encoded string
compressFunctionCompress a file
crypto_rc4FunctionApply rc4 to the string and key
encodeFunctionEncodes a string as as different type
entropyFunctionCalculates shannon scale entropy of a string
gunzipFunctionUncompress a gzip-compressed block of data
hashFunctionCalculate the hash of a file
lzxpress_decompressFunctionDecompress an lzxpress blob
pk_decryptFunctionDecrypt files using pubkey encryption
pk_encryptFunctionEncrypt files using pubkey encryption
rot13FunctionApply rot13 deobfuscation to the string
tlsh_hashFunctionCalculate the tlsh hash of a file
unhexFunctionApply hex decoding to the string
utf16FunctionParse input from utf16
utf16_encodeFunctionEncode a string to utf16 bytes
xorFunctionApply xor to the string and key