Fuze Arena Logo
  • Forum
  • Creations
    Catalogue Showcase
  • Help

stringHash()

Purpose

Compute a hash for the specified string

Description

A hash function is one can be used to map data of arbitrary size to data of a fixed size. This can be used for rapid data retreival, deuplication and protection of sensitive data

Syntax

hash = stringHash( stringVar )

Arguments

stringVar string to create the hash from

hash hash for the specified string from

Example

p = input( "Enter password", false )
if stringHash( p ) == 402054200 then
    print( "Correct" )
else
    print( "Incorrect" )
endIf
update()
sleep( 3 )

Associated Commands

str(), strBeginsWith(), strContains(), strEndsWith(), strFind(), stringHash()

logo

©2019 FUZE Technologies Ltd. FUZE is a registered trademark of FUZE Technologies Ltd. All rights reserved.

Useful links

  • Fuze Main Site
  • Fuze Arena on Twitter
  • Fuze Arena on Youtube
  • Download Buyer

Contact Information

  • FUZE Technologies Ltd
    15 Clearfields Farm
    Wotton Underwood
    Aylesbury, Buckinghamshire
    ​England, HP18 0RS

  • +44 (0) 1844 239 432

  • contact@fuze.co.uk

© Copyright FUZE Technologies Ltd. All rights reserved.