{"id":22190868,"url":"https://github.com/appsup-dart/x509","last_synced_at":"2025-10-10T12:07:57.628Z","repository":{"id":44659802,"uuid":"237665587","full_name":"appsup-dart/x509","owner":"appsup-dart","description":"Dart library for parsing and working with X.509 certificates","archived":false,"fork":false,"pushed_at":"2024-04-28T06:08:16.000Z","size":106,"stargazers_count":10,"open_issues_count":5,"forks_count":43,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-27T00:36:47.654Z","etag":null,"topics":["certificate","cryptography","x509"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appsup-dart.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2020-02-01T19:22:00.000Z","updated_at":"2025-06-22T10:07:52.000Z","dependencies_parsed_at":"2024-06-20T23:24:23.904Z","dependency_job_id":"09575eab-4f9e-4fd9-83f1-720398fec7b0","html_url":"https://github.com/appsup-dart/x509","commit_stats":{"total_commits":60,"total_committers":14,"mean_commits":4.285714285714286,"dds":0.55,"last_synced_commit":"bdd3ea63131b5120e15b6ac4b76fd8dd7ac7ea11"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/appsup-dart/x509","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsup-dart%2Fx509","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsup-dart%2Fx509/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsup-dart%2Fx509/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsup-dart%2Fx509/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appsup-dart","download_url":"https://codeload.github.com/appsup-dart/x509/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsup-dart%2Fx509/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003898,"owners_count":26083639,"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-10T02:00:06.843Z","response_time":62,"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":["certificate","cryptography","x509"],"created_at":"2024-12-02T12:13:07.255Z","updated_at":"2025-10-10T12:07:57.611Z","avatar_url":"https://github.com/appsup-dart.png","language":"Dart","funding_links":["https://github.com/sponsors/rbellens"],"categories":[],"sub_categories":[],"readme":"\n[:heart: sponsor](https://github.com/sponsors/rbellens)\n\n# x509\n\nDart library for parsing and working with X.509 certificates.\n\n\n## Usage\n\nA simple usage example:\n```dart\n\nimport 'package:x509/x509.dart';\nimport 'dart:io';\n\nvoid main() {\n  var cert = parsePem(File('cert.pem').readAsStringSync());\n      \n  print(cert);\n}\n```\n## Features and bugs\n\nPlease file feature requests and bugs at the [issue tracker][tracker].\n\n[tracker]: https://github.com/appsup-dart/x509/issues\n\n\n\n## Sponsor\n\nCreating and maintaining this package takes a lot of time. If you like the result, please consider to [:heart: sponsor](https://github.com/sponsors/rbellens). \nWith your support, I will be able to further improve and support this project.\nAlso, check out my other dart packages at [pub.dev](https://pub.dev/packages?q=publisher%3Aappsup.be).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsup-dart%2Fx509","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappsup-dart%2Fx509","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsup-dart%2Fx509/lists"}