Construct 3 r340

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • This is incredible!!

    Could I ask, would it be possible to add any one-way hashes, such as MD5, please? I ask, as my project has online play, and can allow players to play custom levels together, and I want to quickly verify that both players have the same data before the game begins. Perhaps this is doable with SHA, but I figured MD5 is shorter and quicker.

    Thank you so much for such a great addition!

      • [-] [+]
      • 4
      • Ashley's avatar
      • Ashley
      • Construct Team Founder
      • 4 points
      • (1 child)

      The Cryptography plugin does have one-way hashes - not MD5, but SHA-256, SHA-384 and SHA-512, all more modern replacements for MD5, but the same principle of a one-way hash.