How CloakifyFactory works
masterCloakifyFactory follows a specific workflow to hide data in plain sight:
- Cloaking: The tool takes a payload file, Base64-encodes it, and then maps the encoded data to a list of strings provided by a cipher (e.g., a list of Pokemon monsters or IP addresses).
- Transfer: The resulting list of strings is transferred across the network. Because the data looks like a harmless list, it is intended to evade DLP (Data Loss Prevention), MLS (Multi-Level Security) devices, and signature-based malware detection.
- Decloaking: The recipient uses the same cipher to decode the list of strings back into the Base64 payload, which is then restored to its original file format.
To improve security against frequency analysis, you can add noise (entropy) to the cloaked file using noise generator scripts.