Signed Encryption by _nderscore (buggy)

for(a=[],r=readline(h=i=0);r[i];f=function(x)(x=x.toString(16))&&x<2?'0'+x:x)h^=a[i]=r.charCodeAt(i++)
for(i=0,o=new Date&1?1:f(h>>4);a[i];)o+=f(a[i++]^h)
print(unescape((o+f(h&15)+(o.length&1?'':0)).replace(/../g,'%$&')))

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page