{"id":26869755,"url":"https://github.com/iietmoon/simple-captcha-js","last_synced_at":"2026-05-01T15:32:20.903Z","repository":{"id":230210743,"uuid":"778746011","full_name":"iietmoon/simple-captcha-js","owner":"iietmoon","description":"A lightweight pure javascript simple captcha for guarding your forms.","archived":false,"fork":false,"pushed_at":"2024-04-19T15:08:11.000Z","size":85,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-31T06:18:34.896Z","etag":null,"topics":["captcha","javascript","security","website"],"latest_commit_sha":null,"homepage":"https://iietmoon.github.io/simple-captcha-js","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iietmoon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-28T10:16:45.000Z","updated_at":"2024-03-29T22:43:33.000Z","dependencies_parsed_at":"2024-04-19T16:29:20.777Z","dependency_job_id":"90eca8c5-088e-41fd-8a43-81f8528fbfeb","html_url":"https://github.com/iietmoon/simple-captcha-js","commit_stats":null,"previous_names":["iietmoon/simple-captcha-js"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iietmoon/simple-captcha-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iietmoon%2Fsimple-captcha-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iietmoon%2Fsimple-captcha-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iietmoon%2Fsimple-captcha-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iietmoon%2Fsimple-captcha-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iietmoon","download_url":"https://codeload.github.com/iietmoon/simple-captcha-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iietmoon%2Fsimple-captcha-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32503071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["captcha","javascript","security","website"],"created_at":"2025-03-31T06:18:37.876Z","updated_at":"2026-05-01T15:32:20.885Z","avatar_url":"https://github.com/iietmoon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://otha.works/simple-captcha\"\u003e\n    \u003cimg src=\"https://i.ibb.co/S3zTMLM/simple-captcha-js.png\" alt=\"Simple captcha\" width=\"125px\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch2 align=\"center\"\u003eGuarding Your Website Forms, One Click at a Time!\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\nSimple 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.\n\u003c/p\u003e\n\n## Features ✨\n\n- Choice between string-based and calculation-based CAPTCHA\n- Flexible integration with various form elements\n- User-friendly and accessible interface\n- Customization options for CAPTCHA settings\n- Reliable security against spam and malicious attacks\n\n## Installation 🚀\n\n1. Include the simple captcha library in your HTML file:\n\n```html\n   \u003cscript src=\"//cdn.jsdelivr.net/npm/simple-capthcha-js@1/dist/core.min.js\"\u003e \u003c/script\u003e\n```\n\n2. Initialize SimpleCaptcha on your website forms using JavaScript:\n\n```javascript\n\nconst captcha = new SimpleCaptcha()\n\ncaptcha.init({\n  ribbon: {\n      display: false,\n  },\n  captcha:{\n      formId: 'example-id',\n      algorightm: 'rondom-string',\n      difficulty: 'medium'\n  }\n })\n\n```\n\n## Usage 🤖\nOnce initialized, SimpleCaptcha will automatically add CAPTCHA to your website forms. Users can choose their preferred CAPTCHA type before submitting the form.\n## Support 🙌\n\nIf you encounter any issues or have questions about the plugin, please [open an issue](https://github.com/iietmoon/simple-captcha-js/issues) on GitHub.\n\n## Contributing 🌟\n\nContributions are welcome! Feel free to fork the repository, make improvements, and submit pull requests.\n\n## License 📝\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Credits 💡\n\nSimple captcha is developed and maintained by [Othmane N.](https://github.com/iietmoon)\n\n---\n\nThank 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.\n\n© 2024 Otha.studio | Developed with ❤️ and ☕","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiietmoon%2Fsimple-captcha-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiietmoon%2Fsimple-captcha-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiietmoon%2Fsimple-captcha-js/lists"}