# Crypto

> Class representing cryptography algorithms.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.Windows](/engine/6000.7/script-reference/unityengine/windows.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static class Crypto
```

## Remarks

Note: this class is only available when targeting Universal Windows Platform.

## Static Methods

| Method                                                                                           | Description                                            |
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------ |
| [ComputeMD5Hash](/engine/6000.7/script-reference/unityengine/windows/crypto/computemd5hash.md)   | Computes MD5 hash value for the specified byte array.  |
| [ComputeSHA1Hash](/engine/6000.7/script-reference/unityengine/windows/crypto/computesha1hash.md) | Computes SHA1 hash value for the specified byte array. |
