rot13 by murky-satyr

a=io.read'*a'for i=1,#a do
c=a:byte(i)io.write(a.char(c>64 and c+(c%32>13 and-13 or 13)or c))end

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

download

return to the top page