A .NET 4 library to defend websites and web APIs against brute force and Denial-of-service attacks.
.NET Core version also available.
Features:
* Protect login, registration, password reset pages against brute force and DOS attacks.
* Block users from performing any action too many times.
*...
More information
Simple and light bruteforce protection for .NET CORE 3.1+
This Lib will protect defined actions in your controllers in making them inefficient to be bruteforced for simple soulutions.
It will append request times in ms if a local cache entry on the server was found for the same request &...
More information
Helps to generate all combinations of letters from given alphabet with different conditions and then pick over this dictionary in asynchronous way.
It looks like pick over all values in n-ary number system.
It can be very useful for test covering with all possible values.