VahidN / DNTCaptcha.Blazor

A captcha generator for the Blazor based applications.
Apache License 2.0
33 stars 9 forks source link

Support a non-numeric code or phrase? #10

Closed gabephudson closed 7 months ago

gabephudson commented 7 months ago

Thank you for sharing this great Captcha library. I love all the customization and the fact that it does not rely on a drawing library to generate an image!

I do have a question. Is there a way to generate or pass in a string to be used as the Captcha text instead of one of the numeric based methods? Typing in a number between 1-20 in many cases does not provide enough protection from guesses/brute force.

VahidN commented 7 months ago

Typing in a number between 1-20

You can set max and min to larger numbers.

gabephudson commented 7 months ago

Understand you can set these parameters. As a feature suggestion, one would be able to set a display mode as "Text" or "String" and give the captcha a string to use. (with a callback to get a new string on refresh). Just a thought. Thanks again!

VahidN commented 7 months ago

Don't like it? Don't use it.