Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

MD5 in Unity Tiny?

Discussion in 'Project Tiny' started by Zindea, Dec 16, 2020.

  1. Zindea

    Zindea

    Joined:
    Mar 8, 2015
    Posts:
    25
    Is there a way to get the MD5 hash of a string in Unity Tiny without using the javascript connection?

    I cant use the System.Security.Cryptography namespace because it wont be included in the build.
     
  2. Akansh

    Akansh

    Joined:
    Feb 24, 2013
    Posts:
    27
  3. Zindea

    Zindea

    Joined:
    Mar 8, 2015
    Posts:
    25
    Thanks that worked. Took some time but it works :)