xor -lua. a simple lib to xor encrypt/decrypt a string. local xor = require('xor') xor('message', 'key') -- returns the xor encrypted/decrypted string from ...
確定! 回上一頁