input""b$ for i=1to len(b$)?chr$(mod((asc(mid$(b$,i)))*7+7,256));next
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page