You can easily convert the output string back to byte array by using Convert.FromBase64String . Note: The output string could contain '+', '/' ... ... <看更多>
Best way convert byte array to hex string · c# array. Is it possible to write this method in a prettier way? public static string ByteArrayToString(byte[] ... ... <看更多>