PHP-Klasse::Security_Token 09.09.2007

Kurzbeschreibung: Generate tokens to protect against CSRF attacks
Veröffentlicht am: 09.09.2007
Gruppe(n):
- HTML
- PHP 5
- Security
Beschreibung:
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.
Link: Security_Token