Sending information to ex4 encrypted.....

 

I have some long strings of data that cannot fit in mql4 or would be needed to be imported after it is compiled.  Is it possible to have ex4 read data that is encrypted?   

The idea is to have the data read from external source and then stored in an array such that no intellectual property would be lost.


I was initially thinking of reading a zip/7z file with a password, but that method may not be secure enough.