{"id":18982653,"url":"https://github.com/bezzad/captchagenerator","last_synced_at":"2025-09-14T21:08:35.823Z","repository":{"id":82682055,"uuid":"606330134","full_name":"bezzad/CaptchaGenerator","owner":"bezzad","description":".Net cross-platform captcha generator with SixLabors library on .NET Core","archived":false,"fork":false,"pushed_at":"2024-04-09T13:16:28.000Z","size":1512,"stargazers_count":13,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-29T09:17:43.866Z","etag":null,"topics":["captcha","captcha-net","captchanet","cross-platform","generator","image-processing","sixlabors-organization"],"latest_commit_sha":null,"homepage":"","language":"C#","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/bezzad.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-02-25T06:42:17.000Z","updated_at":"2025-02-16T14:52:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"85345f7a-6403-4a90-815c-1be0215c111d","html_url":"https://github.com/bezzad/CaptchaGenerator","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bezzad/CaptchaGenerator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezzad%2FCaptchaGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezzad%2FCaptchaGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezzad%2FCaptchaGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezzad%2FCaptchaGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezzad","download_url":"https://codeload.github.com/bezzad/CaptchaGenerator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezzad%2FCaptchaGenerator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275167633,"owners_count":25417019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"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","captcha-net","captchanet","cross-platform","generator","image-processing","sixlabors-organization"],"created_at":"2024-11-08T16:14:18.566Z","updated_at":"2025-09-14T21:08:35.798Z","avatar_url":"https://github.com/bezzad.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![.NET Windows x64](https://github.com/bezzad/CaptchaGenerator/actions/workflows/dotnet-windows.yml/badge.svg)](https://github.com/bezzad/CaptchaGenerator/actions/workflows/dotnet-windows.yml)\n[![.NET Ubuntu x64](https://github.com/bezzad/CaptchaGenerator/actions/workflows/dotnet-ubuntu.yml/badge.svg)](https://github.com/bezzad/CaptchaGenerator/actions/workflows/dotnet-ubuntu.yml)\n[![NuGet](https://img.shields.io/nuget/dt/Captcha.Net.svg)](https://www.nuget.org/packages/Captcha.Net)\n[![NuGet](https://img.shields.io/nuget/vpre/Captcha.Net.svg)](https://www.nuget.org/packages/Captcha.Net)\n[![License](https://img.shields.io/github/license/bezzad/CaptchaGenerator.svg)](https://github.com/bezzad/CaptchaGenerator/blob/master/LICENSE)\n[![Generic badge](https://img.shields.io/badge/support-.Net_6-blue.svg)](https://github.com/bezzad/CaptchaGenerator)\n\n# Captcha Generator .Net\nCaptcha Generator is a simple cross-platform library for generating image captcha.\n\n## Features\n\n- Simple \u0026 Cross-Platform\n- Compatible with Linux and Windows\n- Compatible with Docker images based on Linux :)      \n\n## Installing via [NuGet](https://www.nuget.org/packages/Downloader)\n\n    PM\u003e Install-Package Captcha.Net\n\n## Installing via the .NET Core command line interface\n\n    dotnet add package Captcha.Net\n\n## Usage:\n```csharp\nusing Captcha.Net;\n\nnamespace ConsoleAppSample\n{\n\tclass Program\n\t{\n\t\tstatic void Main(string[] args)\n\t\t{\n\t\t\tvar captchaGenerator = new CaptchaGenerator();\n\t\t\tvar key = captchaGenerator.GenerateCaptchaCode();\n\t\t\tvar result = captchaGenerator.GenerateCaptchaImage(200, 100, key);\n\t\t\tFile.WriteAllBytes($\"captcha.jpg\", result.CaptchaByteData);\n\n\t\t\tConsole.WriteLine(result.CaptchBase64Data);\n\t\t}\n\t}\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezzad%2Fcaptchagenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezzad%2Fcaptchagenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezzad%2Fcaptchagenerator/lists"}