encrypt.hash 

Description 

<nnt3:encrypt.hash /> 

Generates a hash from a string or a number.

{secret->nnt3:encrypt.hash()}
{nnt3:encrypt(value:secret)}
Copied!

Helpful if, for example, an email is to be sent with a confirmation link.

The UID of the data record is also transferred as a hash. The controller then checks whether the hash can be generated from the passed uid If not, the uid has been manipulated.

	
...
	
Copied!

| @return string