This tool encodes text in the "call compile toString [];" format. Most commonly seen with remote executions. I will be implementing the decode function in the next version. I have to figure out something because it just hangs for an insane amount of time. I'll probably only update it once or twice. No need for 10 versions. The longer the code, the longer the program hangs obviously. Similarly, I wouldn't recommend encrypting more than 5 times being that it will result in a long code and hanging. At least until I can't figure out how to the make it more efficient.
As you can see it's also a text editor. I definitely can't beat the Arma 2 Plugin for NP++ so I'm taking suggestions on whether or not I should leave the text editor element in the tool and improve it as much as possible (more options in the toolstrip, line and character position indicators, syntax highlighting, etc.) I can only do so much though. Character completion is quite hard to do. If I drop it, it will just be a form in which you load the file, and have an option on encrypting or decrypting it. It will simply overwrite the original file that was loaded. Maybe preset options on how many times to encrypt and a button that will add junk comments. Please let me know! Also, report back if you get any errors.
On another note, I wish I would have learned looping a long time ago