Icon

String Hashing Script

nDvlup

You must be logged in to obtain assets

Description

A simple script that can be used to hash scripts. Easy to use and implement in any game.

Script

hash(string, characterSet, case); String = The string that will be hashed. Character Set = Unicode or UTF-8 (1 = UTF, 2 = UTF-8, Default is UTF-8) Case = Returned text will be upper or lower case. (0 = Lowercase, 1 = Uppercase)

Sample

var text; var hashedText;

text = "Unhashed Text"; hashed = hash(text, 1, 1);

Returns EAC2283429D81803F964EE9BBF26E84B

End User Licence Agreement (EULA).

Age Rating: 4+

Version

GMS1 - Version 1.0.0. Published July 7, 2014

initial commit

Privacy Policy
Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait