I need a way my image sources to be hard to read.
Currently I have
<img id="testImg" src="http://images.mydomain.com/sample.png />
and I need it converted to something like:
<img id="testImg" src="javascript:xorDecode('3233435jh45h3232kl232kl2323', '32434mfr')"/>
Is this possible?
P.S. And I want to to so for around 200 KB various images.