{"id":43751542,"url":"https://github.com/linuxdeepin/deepin-pw-check","last_synced_at":"2026-02-05T13:19:11.287Z","repository":{"id":36971295,"uuid":"350165337","full_name":"linuxdeepin/deepin-pw-check","owner":"linuxdeepin","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-04T06:17:58.000Z","size":289,"stargazers_count":7,"open_issues_count":4,"forks_count":27,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-02-04T17:29:54.380Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linuxdeepin.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-03-22T01:13:08.000Z","updated_at":"2026-02-04T06:18:03.000Z","dependencies_parsed_at":"2023-11-15T03:27:15.869Z","dependency_job_id":"c4514b9d-72ba-4373-bec1-ffe55a6c8b60","html_url":"https://github.com/linuxdeepin/deepin-pw-check","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/linuxdeepin/deepin-pw-check","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdeepin-pw-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdeepin-pw-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdeepin-pw-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdeepin-pw-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linuxdeepin","download_url":"https://codeload.github.com/linuxdeepin/deepin-pw-check/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdeepin-pw-check/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29122602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T10:47:47.471Z","status":"ssl_error","status_checked_at":"2026-02-05T10:45:08.119Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2026-02-05T13:19:09.392Z","updated_at":"2026-02-05T13:19:11.278Z","avatar_url":"https://github.com/linuxdeepin.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deepin-pw-check\ndeepin-pw-check is a tool to verify the validity of the password.\n\n# dependencies\nYou can also check the \"Depends\" provided in the debian/control file.\n\n## build dependencies\nYou can also check the \"Build-Depends\" provided in the debian/control file.\n\n## Installation\n\n### Build from source code\n\n1. Make sure you have installed all dependencies.\n\n2. Build:\n```\n$ cd deepin-pw-check\n$ make\n```\n\n3. Install:\n```\n$ sudo make install\n```\n\nThe executable binary file could be found at `/usr/libexec/deepin-pw-check` after the installation is finished.\n\n# Usage\n```c\n#include \u003cdeepin_pw_check.h\u003e\n#include \u003cstdio.h\u003e\nint main() {\n    PW_ERROR_TYPE ret = deepin_pw_check(\"test\", \"123\", LEVEL_STANDARD_CHECK, NULL);\n    if (ret != PW_NO_ERR) {\n        printf(\"deepin_pw_check err: %s\\n\", err_to_string(ret));\n    }\n    return 0;\n}\n```\n\n## Getting help\nYou may find these channels useful if you encounter any other issues:\n\n* [Gitter](https://gitter.im/orgs/linuxdeepin/rooms)\n* [IRC Channel](https://webchat.freenode.net/?channels=deepin)\n* [Official Forum](https://bbs.deepin.org/)\n* [Wiki](https://wiki.deepin.org/)\n* [Developer Center](https://github.com/linuxdeepin/deepin-pw-check)\n\n## Getting involved\n\nWe encourage you to report issues and contribute changes\n\n* [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en). (English)\n* [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文)\n\n## License\n\ndeepin-pw-check is licensed under [GPL-3.0-or-later](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxdeepin%2Fdeepin-pw-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinuxdeepin%2Fdeepin-pw-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxdeepin%2Fdeepin-pw-check/lists"}