dec = RC4.new(key) decrypted = dec.decrypt(encrypted). Since encrypt method is used for encryption and decryption, decrypt is just an alias to encrypt in ...
確定! 回上一頁