• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Discussion Give us better encryption!

M

Mr Ikea

Guest
Is it possible for the yoyo game's developers to add MD6 encryption into gamemaker studio 2 alike the usage of md5_string_utf8(string)??? I want this feature added because MD5 is a good and robust encryption but it has been around for a long while and there are a lot of wordlists for MD5, that are very easy to get a hold of.
 
H

Homunculus

Guest
MD5 is not good nor robust for encryption. Right now the built in and better alternative is sha1, there are a few functions to for files and strings.
 

TsukaYuriko

☄️
Forum Staff
Moderator
Just to ensure we're all talking about the same (and correct) topic:

MD5 is not encryption. It is a cryptographic hashing algorithm.
SHA1 is also not encryption.

Those two are very different concepts, so ensure to reflect this once you file a proper suggestion.
 
Top