Subversion Repositories php_clientchallenge

Compare Revisions

Regard whitespace Rev 1 → Rev 2

/trunk/README.md
0,0 → 1,25
# Server requests using client challenges
 
### What is it?
This PHP/JavaScript package can be used to add client challenges on top of your
AJAX requests to protect your scripts against brute-force or DoS attacks.
It can also protect your server against resource starvation attacks, for example,
if you have a login script that uses a complex hash algorithm like BCrypt.
 
### Usage example
A usage example is located in the directory example/
 
### System requirements
- PHP compatible web-server (tested with Apache 2, nginx, and Microsoft IIS)
- PHP 7.0 or higher (also tested with PHP 8.0)
- Independent of operating system (tested with Windows, Linux, and macOS X)
 
### Reporting a bug
You can file a bug report here:
- https://www.viathinksoft.com/thinkbug/thinkbug.php?id=119
- https://www.viathinksoft.com/contact/daniel-marschall
- https://github.com/danielmarschall/php_clientchallenge/issues
 
### Support
If you have any questions or need help, please contact us:
https://www.viathinksoft.com/contact/daniel-marschall