{"id":22472749,"url":"https://github.com/zoff99/pwstore","last_synced_at":"2025-07-18T02:37:20.271Z","repository":{"id":78119602,"uuid":"88251573","full_name":"zoff99/pwstore","owner":"zoff99","description":"simple password mananger for unix scripts","archived":false,"fork":false,"pushed_at":"2024-10-24T05:42:59.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T20:11:42.166Z","etag":null,"topics":["c","password-manager","unix"],"latest_commit_sha":null,"homepage":"","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/zoff99.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":"2017-04-14T08:58:11.000Z","updated_at":"2024-10-24T05:43:04.000Z","dependencies_parsed_at":"2024-10-24T08:15:41.840Z","dependency_job_id":"82592b54-cde0-41c7-8c0f-63d829df8d1f","html_url":"https://github.com/zoff99/pwstore","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoff99%2Fpwstore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoff99%2Fpwstore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoff99%2Fpwstore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoff99%2Fpwstore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoff99","download_url":"https://codeload.github.com/zoff99/pwstore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245879774,"owners_count":20687436,"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":["c","password-manager","unix"],"created_at":"2024-12-06T12:17:12.135Z","updated_at":"2025-07-18T02:37:20.262Z","avatar_url":"https://github.com/zoff99.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pwstore\n\nsimple password mananger for unix scripts\n\nworks on Solaris, AIX and Linux\ntested on Solaris and Linux\n\n## compile on Linux\n```\ngcc -O3 -D_FORTIFY_SOURCE=2 -fstack-protector-all \\\n    --param=ssp-buffer-size=1 pwstore.c -D LINUX -o pwstore\n```\n\n## usage\n```\n/opt/pwstore/bin/pwstore list           # list all \u003ckeys\u003e readable by current user on current system\n/opt/pwstore/bin/pwstore add key1 key2  # add password for \u003ckey1\u003e \u003ckey2\u003e for current user on current system\n/opt/pwstore/bin/pwstore read key1 key2 # output password for \u003ckey1\u003e \u003ckey2\u003e for current user on current system\n```\n\n## install (via sudo)\n\n```\nsudo mkdir -p /opt/pwstore\nsudo chmod a+rx /opt/pwstore\nsudo chmod u+rwx /opt/pwstore\nsudo chmod og-w /opt/pwstore\n\nsudo mkdir -p /opt/pwstore/bin\nsudo chmod u+rwx /opt/pwstore/bin\nsudo chmod og-rw /opt/pwstore/bin\nsudo chmod og+x /opt/pwstore/bin\n\nsudo mkdir -p /opt/pwstore/conf\nsudo chmod u+rwx /opt/pwstore/conf\nsudo chmod og-rwx /opt/pwstore/conf\n\nsudo cp -av pwstore /opt/pwstore/bin/pwstore\nsudo chown root:root /opt/pwstore/bin/pwstore\nsudo chmod og-rw /opt/pwstore/bin/pwstore\nsudo chmod og+x /opt/pwstore/bin/pwstore\nsudo chmod u+rwx /opt/pwstore/bin/pwstore\nsudo chmod u+s /opt/pwstore/bin/pwstore\n```\n\n\u003cbr\u003e\nAny use of this project's code by GitHub Copilot, past or present, is done\nwithout our permission.  We do not consent to GitHub's use of this project's\ncode in Copilot.\n\u003cbr\u003e\nNo part of this work may be used or reproduced in any manner for the purpose of training artificial intelligence technologies or systems.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoff99%2Fpwstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoff99%2Fpwstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoff99%2Fpwstore/lists"}