public static string Decrypt (string encrypted) { return DecryptString (encrypted); } public static ... It will xor the value with a random key when set.
確定! 回上一頁