使用 xorEncode()、escape() 與 unescape() 來編碼與解碼
原字串:
function square(x){ return(x*x); }
key string:
編碼後字串:
解碼後字串: