Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ComputeMD5Hash(byte[])

Computes MD5 hash value for the specified byte array.
Read time 1 minuteLast updated 10 days ago

Definition

public static byte[] ComputeMD5Hash(byte[] buffer)

Parameters

buffer

The input to compute the hash code for.

Returns

Type

Description

byte[]