{"id":20367523,"url":"https://github.com/regb/passman","last_synced_at":"2025-12-02T10:02:37.200Z","repository":{"id":4973502,"uuid":"6131315","full_name":"regb/passman","owner":"regb","description":"Password manager for unix","archived":false,"fork":false,"pushed_at":"2015-10-12T13:23:00.000Z","size":156,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T05:44:30.294Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"zhangkaiyulw/private","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/regb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-08T21:09:32.000Z","updated_at":"2015-10-12T13:23:01.000Z","dependencies_parsed_at":"2022-09-20T22:31:29.696Z","dependency_job_id":null,"html_url":"https://github.com/regb/passman","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regb%2Fpassman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regb%2Fpassman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regb%2Fpassman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regb%2Fpassman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/regb","download_url":"https://codeload.github.com/regb/passman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241909102,"owners_count":20040748,"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-15T00:32:43.331Z","updated_at":"2025-12-02T10:02:32.158Z","avatar_url":"https://github.com/regb.png","language":"Shell","readme":"PassMan\n=======\n\nPassword Manager in a one-file shell script.\n\n\nIntroduction\n------------\n\nStore passwords in an encrypted file (by default \"passwords.dat\" in the current\nworking directory). If the file does not exist it will create an empty one.\nThe data file is protected by a password. This will work as your master password\nand is the only password you will need to remember. The underlying implementation\nis done by `openssl` and PassMan works as a lightweight interface on top to\nsimplify the management of password files.\n\nEach password is associated with a tag, and the script provides commands to\nadd/remove/edit a tag.\n\nWhy would you use PassMan? When you need *simplicity*. There is no hidden\nbinary executable or other files stored in unexpected location. Your whole\npassword manager system consists of two files, the `passman.sh` script and one\ndata file. The only thing you need to protect and bckup is the data file.\n\nUsage\n-----\n\nGeneral usage is:\n\n    ./passman.sh CMD [ARGS]\n\nHere is the list of usage per commands:\n\n    ./passman.sh add-random\n\nPrompt a few questions, a tag, a username and an email, and\ngenerate a random password associated with this tag.\n\n    ./passman.sh get TAG\n\nFind and put in the clipboard the password corresponding to TAG.\nTAG needs not be exact matching, but cannot be ambiguous.\n\n    ./passman.sh delete TAG\n\nDelete the entry associated with TAG. TAG must be an exact matching.\n\n    ./passman.sh tags\n\nList all the tags.\n\n    ./passman.sh set TAG\n\nCan set password for TAG. TAG must be an exact matching.\n\n    ./passman.sh set-random TAG\n\nSet a random password for TAG. TAG must be an exact matching.\n\n    ./passman.sh set-username TAG\n\nSet a new username for TAG. TAG must be an exact matching.\n\n    ./passman.sh set-email TAG\n    \nSet a new email for TAG. TAG must be an exact matching.\n\n    ./passman.sh help\n\nPrint a help message.\n\n    ./passman.sh print\n\nPrint the decrypted file. This will output all your tags and passwords in clear text.\n\nOPTIONS\n-------\n\nOptions can be passed before the cmd (described above):\n\n    --file=FILENAME\n\nUse FILENAME for the password database instead of the default \"passwords.dat\".\n\n    --noxclip\n\nPrevent the use of xclip, instead print in clear the password.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregb%2Fpassman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fregb%2Fpassman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregb%2Fpassman/lists"}