loicteixeira / gj-unity-api

[MOVED] Game Jolt API wrapper for Unity.
https://github.com/InfectedBytes/gj-unity-api/
MIT License
16 stars 13 forks source link

Make MD5 encryption compatible with Windows 8 #1

Closed loicteixeira closed 9 years ago

loicteixeira commented 9 years ago

Use UnityEngine.Windows.Crypto.ComputeMD5Hash for that.

Notes:

loicteixeira commented 9 years ago

It indeed need it for both Windows Phone 8 and Windows Store applications. Tests to confirm tomorrow.