This app encrypts a text (userinput) into a picture containing just alpha values which represent single characters. Decrypt by reading pixelwise and creating strings from charactercodes. E.g. you coul…
x=document.body.children.c,y=x.getContext("2d");for(s=prompt(),x.width=l=s.length;l--;)y.globalAlpha=s.charCodeAt(l)/255,y.fillRect(l,0,1,1)
eD1kb2N1bWVudC5ib2R5LmNoaWxkcmVuLmMseT14LmdldENvbnRleHQoIjJkIik7Zm9yKHM9cHJvbXB0KCkseC53aWR0aD1sPXMubGVuZ3RoO2wtLTspeS5nbG9iYWxBbHBoYT1zLmNoYXJDb2RlQXQobCkvMjU1LHkuZmlsbFJlY3QobCwwLDEsMSk=
Original source not submitted