{"id":19621572,"url":"https://github.com/pkg6/think-hashing","last_synced_at":"2026-02-09T01:32:43.263Z","repository":{"id":238220221,"uuid":"796127233","full_name":"pkg6/think-hashing","owner":"pkg6","description":"The thinkphp Hashing package.","archived":false,"fork":false,"pushed_at":"2024-12-11T05:06:29.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T02:47:32.073Z","etag":null,"topics":["hash","hashing","thinkphp"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/tp5er/think-hashing","language":"PHP","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/pkg6.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}},"created_at":"2024-05-05T02:33:31.000Z","updated_at":"2024-09-26T09:35:41.000Z","dependencies_parsed_at":"2025-01-09T11:33:01.187Z","dependency_job_id":"c4fe5a81-0ae1-4495-ae09-dce7a05f495e","html_url":"https://github.com/pkg6/think-hashing","commit_stats":null,"previous_names":["pkg6/think-hashing"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/pkg6/think-hashing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg6%2Fthink-hashing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg6%2Fthink-hashing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg6%2Fthink-hashing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg6%2Fthink-hashing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkg6","download_url":"https://codeload.github.com/pkg6/think-hashing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg6%2Fthink-hashing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29252978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T22:49:53.206Z","status":"ssl_error","status_checked_at":"2026-02-08T22:49:51.384Z","response_time":57,"last_error":"SSL_read: 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":["hash","hashing","thinkphp"],"created_at":"2024-11-11T11:23:35.846Z","updated_at":"2026-02-09T01:32:43.245Z","avatar_url":"https://github.com/pkg6.png","language":"PHP","readme":"# think-hashing\nThe thinkphp Hashing package.\n\n# 安装\n~~~\ncomposer require tp5er/think-hashing\n~~~\n\n# 使用\n\n~~~\nuse tp5er\\think\\hashing\\facade\\Hash;\n\n//加密\n$hashedValue= Hash::make(\"123456\");\n//验证密码是否有效\n$check = Hash::check(\"123456\",$hashedValue);\n\n//加密\n$hashedValue = hash_make(\"123456\");\n//验证密码是否有效\nhash_check(\"123456\",$hashedValue);\n~~~\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkg6%2Fthink-hashing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkg6%2Fthink-hashing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkg6%2Fthink-hashing/lists"}