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.
- Host: GitHub
- URL: https://github.com/iietmoon/simple-captcha-js
- Owner: iietmoon
- License: mit
- Created: 2024-03-28T10:16:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T15:08:11.000Z (about 2 years ago)
- Last Synced: 2025-03-31T06:18:34.896Z (over 1 year ago)
- Topics: captcha, javascript, security, website
- Language: TypeScript
- Homepage: https://iietmoon.github.io/simple-captcha-js
- Size: 83 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 ☕