GenerateIV(); string encrypted = Strings.Encrypt("Secret", key, iv); string decrypted = Strings.Decrypt(encrypted, key, iv); Assert.
確定! 回上一頁