struct

Struct Methods

hash(algorithm=[string], encoding=[string], numIterations=[integer])

Creates an algorithmic hash of an object and returns it in the CFML compat upper case format

Arguments:

Argument
Type
Required
Default

algorithm

string

false

MD5

encoding

string

false

utf-8

numIterations

integer

false

1

Examples

Last updated

Was this helpful?