{"id":19875049,"url":"https://github.com/smartmovesystems/firebase-scrypt-java","last_synced_at":"2025-05-02T10:31:49.336Z","repository":{"id":181446421,"uuid":"293435654","full_name":"SmartMoveSystems/firebase-scrypt-java","owner":"SmartMoveSystems","description":"Java implementation of Firebase's custom scrypt implementation","archived":false,"fork":false,"pushed_at":"2021-02-15T00:56:32.000Z","size":28,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-07T01:05:53.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/SmartMoveSystems.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}},"created_at":"2020-09-07T05:58:01.000Z","updated_at":"2023-02-21T09:41:07.000Z","dependencies_parsed_at":"2023-07-15T16:52:48.477Z","dependency_job_id":null,"html_url":"https://github.com/SmartMoveSystems/firebase-scrypt-java","commit_stats":null,"previous_names":["smartmovesystems/firebase-scrypt-java"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmartMoveSystems%2Ffirebase-scrypt-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmartMoveSystems%2Ffirebase-scrypt-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmartMoveSystems%2Ffirebase-scrypt-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmartMoveSystems%2Ffirebase-scrypt-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SmartMoveSystems","download_url":"https://codeload.github.com/SmartMoveSystems/firebase-scrypt-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252023315,"owners_count":21682163,"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","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":[],"created_at":"2024-11-12T16:26:38.496Z","updated_at":"2025-05-02T10:31:49.054Z","avatar_url":"https://github.com/SmartMoveSystems.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# firebase-scrypt-java\nJava implementation of Firebase's custom scrypt implementation, based on [firebase/scrypt](https://github.com/firebase/scrypt).\n\nUsage:\n\n```\n// The user's raw text password\nString passwd = \"user1password\";\n\n// Params from the exported account\nString salt = \"42xEC+ixf3L2lw==\";\n\n// Params from the project's password hash parameters\nString saltSep = \"Bw==\";\nString signerKey = \"jxspr8Ki0RYycVU8zykbdLGjFQ3McFUH0uiiTvC8pVMXAn210wjLNmdZJzxUECKbm0QsEmYUSDzZvpjeJ9WmXA==\";\nint rounds = 8;\nint memcost = 14;\n\nString expectedHash = \"lSrfV15cpx95/sZS2W9c9Kp6i/LVgQNDNC/qzrCnh1SAyZvqmZqAjTdn3aoItz+VHjoZilo78198JAdRuid5lQ==\";\n\nassertTrue(FirebaseScrypt.check(passwd, expectedHash, salt, saltSep, signerKey, rounds, memcost));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartmovesystems%2Ffirebase-scrypt-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartmovesystems%2Ffirebase-scrypt-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartmovesystems%2Ffirebase-scrypt-java/lists"}