Transformation Functions
- Last Updated: May 13, 2025
- 1 minute read
- LoadMaster
- LoadMaster GA
- Documentation
There are a number of transformation functions that can be performed, for example:
- Anti-evasion (such as lowercase, normalisePath, removeNulls, replaceComments, compressWhitespace)
- Decoding (such as base64Decode, hexDecode, jsDecode, urlDecodeUni)
- Encoding (such as base64Encode, hexEncode)
- Hashing (such as sha1, md5)