Rot123456789 by leonid (inaniwa)

n=input()
s=''
for x in raw_input():o=ord(x);p=o&97;s+=chr([o,(o-p+n)%26+p][x.isalpha()]^30*(693%o<1))
print s

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

download

return to the top page