{"id":32305785,"url":"https://github.com/macif-dev/ssl_pinning_plugin","last_synced_at":"2025-10-23T06:56:00.588Z","repository":{"id":41512122,"uuid":"135271883","full_name":"macif-dev/ssl_pinning_plugin","owner":"macif-dev","description":"SSL Pinning Plugin Flutter","archived":true,"fork":false,"pushed_at":"2023-11-19T07:20:44.000Z","size":4220,"stargazers_count":49,"open_issues_count":4,"forks_count":34,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-23T06:55:51.312Z","etag":null,"topics":["flutter-plugin","ssl-pinning","ssl-pinning-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macif-dev.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":"2018-05-29T09:19:59.000Z","updated_at":"2025-09-27T11:27:24.000Z","dependencies_parsed_at":"2024-06-21T15:36:52.219Z","dependency_job_id":"65458ae6-ca95-49d4-b55f-a5d46ee4bc10","html_url":"https://github.com/macif-dev/ssl_pinning_plugin","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/macif-dev/ssl_pinning_plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macif-dev%2Fssl_pinning_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macif-dev%2Fssl_pinning_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macif-dev%2Fssl_pinning_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macif-dev%2Fssl_pinning_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macif-dev","download_url":"https://codeload.github.com/macif-dev/ssl_pinning_plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macif-dev%2Fssl_pinning_plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280577132,"owners_count":26354072,"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-23T02:00:06.710Z","response_time":142,"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":["flutter-plugin","ssl-pinning","ssl-pinning-plugin"],"created_at":"2025-10-23T06:55:58.770Z","updated_at":"2025-10-23T06:56:00.581Z","avatar_url":"https://github.com/macif-dev.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ssl_pinning_plugin\n\nPlugin for check SSL Pinning on request HTTP.\n\nChecks the equality between the known SHA-1 or SHA-256 fingerprint and the SHA-1 or SHA-256 of the target server.\n\n## Getting Started\n\nFor help getting started with Flutter, view our online\n[documentation](https://flutter.io/).\n\nFor help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code).\n\n## Check\n\n### Params\n\n- serveurUrl : `String`* required\n- httpMethod : `HttpMethod` enum [HttpMethod.Get || HttpMethod.Head] (default : HttpMethod.Get) * required\n- headerHttp : `Map\u003cString, String\u003e` \n- sha : `SHA` enum [SHA.SHA1 || SHA.SHA256] * required\n- allowedSHAFingerprints : `List\u003cString\u003e` v\n- timeout : `int` * required\n\n### Usage :\n\n`await SslPinningPlugin.check(serverURL: url, httpMethod: HttpMethod.Get, headerHttp : new Map(), sha: SHA.SHA1, allowedSHAFingerprints: new List\u003cString\u003e, timeout : 50);`\n\n### Return :\n\n- On success, return String \"CONNECTION_SECURE\"\n- On error, return String \"CONNECTION_INSECURE\"\n\nIf an exception, return the stacktrace on String value.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacif-dev%2Fssl_pinning_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacif-dev%2Fssl_pinning_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacif-dev%2Fssl_pinning_plugin/lists"}