{"id":23088796,"url":"https://github.com/peterbozso/identitypasswordgenerator","last_synced_at":"2025-10-08T08:18:57.771Z","repository":{"id":37815232,"uuid":"442865805","full_name":"peterbozso/IdentityPasswordGenerator","owner":"peterbozso","description":"IdentityPasswordGenerator is a library for generating passwords based on ASP.NET Core Identity password options.","archived":false,"fork":false,"pushed_at":"2023-02-28T00:01:25.000Z","size":32,"stargazers_count":4,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T01:37:01.146Z","etag":null,"topics":["aspnetcore","identity","password"],"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/peterbozso.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":"2021-12-29T19:03:19.000Z","updated_at":"2025-06-25T18:47:14.000Z","dependencies_parsed_at":"2025-08-16T07:32:04.796Z","dependency_job_id":"39ffaeb8-7f56-43c4-a4d1-23a5d85696e1","html_url":"https://github.com/peterbozso/IdentityPasswordGenerator","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/peterbozso/IdentityPasswordGenerator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbozso%2FIdentityPasswordGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbozso%2FIdentityPasswordGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbozso%2FIdentityPasswordGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbozso%2FIdentityPasswordGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterbozso","download_url":"https://codeload.github.com/peterbozso/IdentityPasswordGenerator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbozso%2FIdentityPasswordGenerator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278910428,"owners_count":26067059,"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-10-08T02:00:06.501Z","response_time":56,"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":["aspnetcore","identity","password"],"created_at":"2024-12-16T20:18:01.756Z","updated_at":"2025-10-08T08:18:57.714Z","avatar_url":"https://github.com/peterbozso.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IdentityPasswordGenerator\n\nIdentityPasswordGenerator is a library for generating passwords based on ASP.NET Core Identity password options.\n\n## Usage\n\nGet the package from [NuGet.](https://www.nuget.org/packages/IdentityPasswordGenerator/)\n\nThen in your code:\n\n```csharp\nusing IdentityPasswordGenerator;\nusing Microsoft.AspNetCore.Identity;\n\nvar passwordGenerator = new PasswordGenerator();\nvar options = new PasswordOptions();\nvar password = passwordGenerator.GeneratePassword(options);\n```\n\nSee [IPasswordGenerator](src/IdentityPasswordGenerator/IPasswordGenerator.cs) for more details.\n\n## Credits\n\nThe idea of this library is coming from [this Stack Overflow answer.](https://stackoverflow.com/a/46229180/3078296)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterbozso%2Fidentitypasswordgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterbozso%2Fidentitypasswordgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterbozso%2Fidentitypasswordgenerator/lists"}