Skip to content

Hash

Hash with MD5 or SHA256.

Authors and contributors to this community extension: (not specified).


Adds expressions to allow hashing strings via MD5 or SHA256.

Tip

Learn how to install new extensions by following a step-by-step guide.

Expressions

Expression Description
Hash::GenerateHashMD5(string) Returns a Hash a MD5 based on a string.
string String to be hashed
Hash::GenerateHashSHA256(string) Returns a Hash a SHA256 based on a string.
string String to be hashed

This page is an auto-generated reference page about the Hash extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.