Halfassed Encryption FIXED by rolf

u=15;r=""
for e in map(ord,raw_input())+[240]:r+=chr(e>>4|u<<4);u=e&15
print r

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

download

return to the top page