An open API service indexing awesome lists of open source software.

https://github.com/iietmoon/simple-captcha-js

A lightweight pure javascript simple captcha for guarding your forms.
https://github.com/iietmoon/simple-captcha-js

captcha javascript security website

Last synced: 2 months ago
JSON representation

A lightweight pure javascript simple captcha for guarding your forms.

Awesome Lists containing this project

README

          



Simple captcha


Guarding Your Website Forms, One Click at a Time!


Simple captcha is a JavaScript library that provides an easy-to-use CAPTCHA solution for enhancing the security of forms on your website. It offers flexibility and convenience with string-based and calculation-based options.

## Features ✨

- Choice between string-based and calculation-based CAPTCHA
- Flexible integration with various form elements
- User-friendly and accessible interface
- Customization options for CAPTCHA settings
- Reliable security against spam and malicious attacks

## Installation 🚀

1. Include the simple captcha library in your HTML file:

```html

```

2. Initialize SimpleCaptcha on your website forms using JavaScript:

```javascript

const captcha = new SimpleCaptcha()

captcha.init({
ribbon: {
display: false,
},
captcha:{
formId: 'example-id',
algorightm: 'rondom-string',
difficulty: 'medium'
}
})

```

## Usage 🤖
Once initialized, SimpleCaptcha will automatically add CAPTCHA to your website forms. Users can choose their preferred CAPTCHA type before submitting the form.
## Support 🙌

If you encounter any issues or have questions about the plugin, please [open an issue](https://github.com/iietmoon/simple-captcha-js/issues) on GitHub.

## Contributing 🌟

Contributions are welcome! Feel free to fork the repository, make improvements, and submit pull requests.

## License 📝

This project is licensed under the [MIT License](LICENSE).

## Credits 💡

Simple captcha is developed and maintained by [Othmane N.](https://github.com/iietmoon)

---

Thank you for using Simple captcha! We hope it helps to improve the security of your WordPress website. If you find it useful, consider starring the repository on GitHub.

© 2024 Otha.studio | Developed with ❤️ and ☕