Skip to content

csrfp_token pseudo random code for validation

minhaz edited this page Jul 25, 2014 · 2 revisions

csrfp_token

This token is generated by a pseudo random string generator. The library uses SHA512 function in php if available to calculate the message digest of a random number. Then a token of a specific length is extracted from it. If however this function is not available, our own algorithm is used to calculate a Pseudo Random String.