Signed Encryption FIXED by leonid (luck)

x=id(0)%9*10+8
print''.join('%02x'%(x^ord(c))for c in raw_input()).join('%x'%x).decode('hex')

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

download

return to the top page