Has anyone tried altcha as a captcha

I am looking for an alternative for recaptcha, ALTCHA looks interesting has anyone tried it ?

Nope, since we moved to Turnstile we’ve never had any problem.

I was interested in Altcha before and your post reminded me of it.

I had some issues with some users when using turnstile, so I built this little package:

It integrates the basic Proof-of-Work Validation that Altcha does. I have tested with v.9.4.1

I am happy for feedback :slight_smile:

Thanks for this I will check it out and let you know

Update to 1.0.2 uses the Altcha V2 Method with no necessary User Interaction:

I posted a question in the github repo…

Thanks for reminding! I have attached the license and pushed to the V3 Method of Altcha. Please test and let me know :slight_smile:

Thanks! I’ve submitted a pull request that fixes a bug, adds tests and simplifies the way people can install that package :wink:

wow thanks! I will try to adapt those for future package builds!

It’s also very useful when you have packages published in the marketplace: you push a tag to github, the .zip file gets created automatically, and you can download and submit it as is to the marketplace.

Yes, I have to learn how to apply those tools :slight_smile: I am very grateful for the support of experienced developers. Thank you!