Decodes a value a that has been obfuscated with the obfuscate function. Obfuscated values can be recognised by the prefix OBF:
Non-obfuscated values will be returned unchanged.
See also sections Obfuscation and Masked and encrypted passwords.
Parameters
Parameter | Description |
|---|---|
a | Value to be deobfuscated. |
Examples
Parameter a | Result |
|---|---|
OBF:1vnc1ugo1vun1uh21vnq | hello |
somevalue | somevalue |