HTML: Security_Token
MARY Matthieu (contact me)
This package can be used to generate security tokens to protect against cross-site request forgery (CSRF) attacks.
It generate a time based token to be used for instance in hidden form fields.
The presence of the token in the submitted form values can be verified and an eventual attack can be avoided by not processing the form if the token is not present or is not valid.
Click here for detailed information about this class on phpclasses.org