How to use an captcha image as a sing-in and verification button without JavaScript?
<input_type="image">
this image supplements the <input type="submit">
element. Click the image submits the form with two query parameters included: ?x=32&y=48
. Using CSRF tokens, the server knows where it put your open circle.
Other sites implement the Captcha in other creative ways. One uses an <input type="range">
to position an image to the correct place.
The most impressive one uses a series of checkboxes positioned in the exact same place. When a checkbox is checked, that box is hidden and the next one is shown. Based on what box is checked, images are repositioned with CSS. You then type the parts of the URL that have stars covering them in the scrambled image — another anti-phishing strategy.
wallet integration: Monero, a particularly controversial coin due to its strong anonymity.