Most of us encounter various verification codes every day, such as login verification and identity verification. Sometimes we are annoyed but still have to use this to prove that we are not a robot. But what if we change this form of verification?
A foreign developer invented a DOOM verification code. The verification screen is different from the previous bus/fire hydrant/sign and other squares. The content he designed is a more interesting verification interface similar to the "Doom" mini game. .
GitHub address:
https://vivirenremoto.github.io/doomcaptcha/
Miquel Camps Orteza created "DOOM CAPTCHA" and published it on his Github page. Its verification method is to let the user use the crosshair to kill 4 "Doom" monsters within a specified time.
The "Doom" verification code is not a static picture, but also has sound effects and countdown design. There is no doubt that it is more interesting than ordinary verification codes.
Orteza said that he thought of this attention on Friday, and developed the first version on Saturday morning, released it in the evening, and then launched it on Github on Sunday. It turns out that it is very popular and it has become a popular product on the Product Hunt website.
code:
`<form action="success.html">
<p>
Your Email<br>
<input name="email">
</p>
<script src="https://vivirenremoto.github.io/doomcaptcha/script.js?version=11" sound="on" countdown="on" label="Captcha" enemies="4"></script>
<p>
<button type="submit">Unsubscribe</button>
</p>
</form>`
Some netizens said this is cool, but some netizens said: This time is too fast, it is too late to use the touchpad.
Some friends also said that no matter what the format is, it is better than the traditional verification code, because he really can’t tell whether they are crosswalks, bicycles, fire hydrants, traffic lights, buses, or some other annoying things among those particles. , He often wastes a lot of time in trial and error again and again.
A friend said that it was these useless things that made him fall into love with programming.
Although the code of the DOOM verification code is very simple, it also shows that its security performance is not high and there are loopholes. The developer is still very rigorous. He stated in the disclaimer:
Don't be too serious, this is a small game, if you can also program, you can easily crack it.
Disclaimer: Don't take this too seriously, this is a little project for fun, if do you know how to code it's pretty easy to break the security of this.
Reference link:
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。