标签: javascript cypher xor
基本上,我无法从使用javascript进行XOR加密的代码中理解这部分。
cipherd += String.fromCharCode(enckey ^ plainstring.charCodeAt(i));