Skip to content

SparkScratch-P/SPARK-Captcha

Repository files navigation

no robot

SPARK Captcha


A SPARK based Completely Automated Public Turing test to tell Computers and Humans Apart (CAPTCHA) !

SPARKSheild-SparkScratch_P-SPARK-Captcha

This CAPTCHA has been equipped with moden and updated Anti-AI Configurations. It is Free, Open-source and easy to use. You can use it without any registration and authoristion. It serves free in your site; and protects your resources!

<style> .frame { width: 90%; margin: 40px auto; text-align: center; } button { margin: 20px; } .custom-btn { width: 130px; height: 40px; color: #fff; border-radius: 5px; padding: 10px 25px; font-family: 'Lato', sans-serif; font-weight: 500; background: transparent; cursor: pointer; transition: all 0.3s ease; position: relative; display: inline-block; box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1); outline: none; } /* 14 */ .btn-14 { background: rgb(255,151,0); border: none; z-index: 1; } .btn-14:after { position: absolute; content: ""; width: 100%; height: 0; top: 0; left: 0; z-index: -1; border-radius: 5px; background-color: #eaf818; background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%); box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5); 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1); transition: all 0.3s ease; } .btn-14:hover { color: #000; } .btn-14:hover:after { top: auto; bottom: 0; height: 100%; } .btn-14:active { top: 2px; } </style>
Try It Out

Features:

  • SPARK Captcha has modern Anti-AI features to protect data.
  • It offers Audio captcha for the visually Impaired.
  • Recognisable figures are away from standard ones.
  • Audio tests 10 dictation numbers one by one.
  • Audio inputs are to be extered, each followed by a 'Submit' tick, or Enter key, which is difficult for AI.
  • Every attempt to pass it has to recognise 2 numbers each.
  • Developers need not touch the code of the Captcha to enable it on their sites! (Code Free Implementation)

Developers:

It is very easy to implement the captcha in your site!

Remember, you just have to follow the directory system as we say. Follow the given steps ahead:

  • The referral page directory, which will lead to the protected content should be introduced with the following sub directory configuration: ./c/h/index.html.
  • Now, come back to this repository and download the code from Github Coadload.
  • Open the directory , ./c and move all contents of it to your directory of same name, including ./c/assets, but not ./c/h.
  • Now, in ./c/h/, upload your code, with index.html as your main display page.
  • One more thing you can do to make it full-proof ; make the HTML page referral sensitive, like , the page will load only when it is opened from https//:mydomain.com/c/h, else it would return to ./c/ for the CATPCHA. If it is possible with HTML< developers are welcome to fork, and add! We would be thankful and glad to add the contribution.`

License:

MIT License

Copyright (c) 2022 SparkScratch_P

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Contributions and PRs are Welcome!

⭐Please Leave a Start If you Like It⭐

❤️Thank You❤️