{"id":37186235,"url":"https://github.com/aoang/firebase-scrypt","last_synced_at":"2026-01-14T21:35:44.088Z","repository":{"id":55560764,"uuid":"283371019","full_name":"Aoang/firebase-scrypt","owner":"Aoang","description":"This is the golang implementation of the modified Scrypt algorithm used by Firebase Auth.","archived":true,"fork":false,"pushed_at":"2021-09-22T04:27:06.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T09:28:30.923Z","etag":null,"topics":["firebase-auth","firebase-auth-scrypt","firebase-scrypt","scrypt"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Aoang.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}},"created_at":"2020-07-29T01:48:40.000Z","updated_at":"2024-07-23T17:14:22.000Z","dependencies_parsed_at":"2022-08-15T03:10:56.280Z","dependency_job_id":null,"html_url":"https://github.com/Aoang/firebase-scrypt","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Aoang/firebase-scrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aoang%2Ffirebase-scrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aoang%2Ffirebase-scrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aoang%2Ffirebase-scrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aoang%2Ffirebase-scrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aoang","download_url":"https://codeload.github.com/Aoang/firebase-scrypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aoang%2Ffirebase-scrypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28435418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T21:32:52.117Z","status":"ssl_error","status_checked_at":"2026-01-14T21:32:33.442Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["firebase-auth","firebase-auth-scrypt","firebase-scrypt","scrypt"],"created_at":"2026-01-14T21:35:43.334Z","updated_at":"2026-01-14T21:35:44.083Z","avatar_url":"https://github.com/Aoang.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firebase scrypt\n\n[![GoDoc](https://pkg.go.dev/badge/pkg.go.dev/github.com/Aoang/firebase-scrypt)](https://pkg.go.dev/pkg.go.dev/github.com/Aoang/firebase-scrypt)\n[![Go Report Card](https://goreportcard.com/badge/github.com/Aoang/firebase-scrypt)](https://goreportcard.com/report/github.com/Aoang/firebase-scrypt)\n[![Release](https://img.shields.io/github/v/release/Aoang/firebase-scrypt.svg)](https://github.com/Aoang/firebase-scrypt/releases)\n[![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)\n\nThis is the golang implementation of the modified Scrypt algorithm used by Firebase Auth.\n\n### Sample\n```golang\npackage main\n\nimport scrypt \"github.com/Aoang/firebase-scrypt\"\n\nfunc main(){\n\tapp, _ :=scrypt.New(\n\t\t\"YE0dO4bwD4JnJafh6lZZfkp1MtKzuKAXQcDCJNJNyeCHairWHKENOkbh3dzwaCdizzOspwr/FITUVlnOAwPKyw==\",\n\t\t\"Bw==\",\n\t\t8,\n\t\t14,\n\t)\n\tapp.FirebaseVerify(\n\t\t\"8x4WjoDbSxJZdR\",\n\t\t\"sPtDhWcd1MfdAw==\",\n\t\t\"xbSou7FOl6mChCyzpCPIQ7tku7nsQMTFtyOZSXXd7tjBa4NtimOx7v42Gv2SfzPQu1oxM2/k4SsbOu73wlKe1A==\",\n\t)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faoang%2Ffirebase-scrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faoang%2Ffirebase-scrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faoang%2Ffirebase-scrypt/lists"}