Decode Caesar ciphers by *yuko*

do k=peek(0):if!n n=and(k+5,6)*3+7
if k>64if k-95k=mod(and(k,31)+n,26)+1+and(k,96)
?chr$(k);loop

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

download

return to the top page