I just ported Cloakify to Powershell.

The original project was written in Python 2.x and lets you turn any file into a text based list to avoid detection/suspicion.

Today I'm releasing a Powershell port of Cloakify
https://github.com/johnaho/Cloakify-Powershell

You can use it to turn spreadsheets into lists of IP addresses, geo-cordinates, pokemon sightings etc in plain text then use the same tools to turn it back into the original file.

Works with text and binary files. Tested with text and image files.

Previously I had upgraded it to use Python 3
https://github.com/johnaho/Cloakify/tree/python3

I *haven't* tested python/powershell cloak/decloak inter-operability yet.

A huge thanks to TryCatchHCF for putting out the original Cloakify in python!!!