Return to v1.4.5 docs

obfuscateParam()



Obfuscates a value. Typically used for hiding primary key values when passed along in the URL.

Name Type Required Default Description
param any Yes Value to obfuscate.
obfuscateParam(param) <!--- Obfuscate the primary key value `99` --->
<cfset newValue = obfuscateParam(99)>