Crypto
Class representing cryptography algorithms.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Windows
- Assembly: UnityEngine.CoreModule
public static class Crypto
Remarks
Note: this class is only available when targeting Universal Windows Platform.
Static Methods
Method | Description |
|---|---|
| ComputeMD5Hash | Computes MD5 hash value for the specified byte array. |
| ComputeSHA1Hash | Computes SHA1 hash value for the specified byte array. |