{"id":16767426,"url":"https://github.com/kdecherf/pass-report","last_synced_at":"2025-04-10T19:13:21.451Z","repository":{"id":139656291,"uuid":"107832109","full_name":"Kdecherf/pass-report","owner":"Kdecherf","description":"A pass extension that reports age and length of passwords","archived":false,"fork":false,"pushed_at":"2018-04-01T14:48:05.000Z","size":30,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T16:56:00.987Z","etag":null,"topics":["pass","pass-extension","password-store"],"latest_commit_sha":null,"homepage":"https://kdecherf.com/blog/2017/11/01/auditing-passwords-on-password-store/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kdecherf.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}},"created_at":"2017-10-22T02:43:02.000Z","updated_at":"2024-01-25T03:43:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"f908ecb7-6c4f-4614-98e3-e2937714d615","html_url":"https://github.com/Kdecherf/pass-report","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kdecherf%2Fpass-report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kdecherf%2Fpass-report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kdecherf%2Fpass-report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kdecherf%2Fpass-report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kdecherf","download_url":"https://codeload.github.com/Kdecherf/pass-report/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248280190,"owners_count":21077412,"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":["pass","pass-extension","password-store"],"created_at":"2024-10-13T06:09:07.609Z","updated_at":"2025-04-10T19:13:21.427Z","avatar_url":"https://github.com/Kdecherf.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pass-report\n\nA [pass](https://www.passwordstore.org) extension that reports age and length of\npasswords.\n\n![screenshot](screenshot.png)\n\n## Description\n\n`pass report` shows the date and age of the last change of a set of passwords.\nIt can also shows an indication of their length, inspired by an [ANSSI\narticle](https://www.ssi.gouv.fr/administration/precautions-elementaires/calculer-la-force-dun-mot-de-passe/)\n(_french_).\n\nThis tool uses `git blame` and `git show` to find the last commit editing the\nfirst line of a password, thus ignoring renames and reencrypts.\n\n**Note:** this extension may take a long time to show data for all passwords as\nit needs to decrypt each of them.\n\nThis extension and the configuration were inspired by [this\nthread](https://lists.zx2c4.com/pipermail/password-store/2015-July/001638.html).\n\n## Usage\n\n```\nUsage:\n      pass report [-c|--color] [-l|--length] [\u003cpassword file\u003e]\n            Report last change's date and age of all passwords or given\n            password\n\n         Options:\n            -c, --color    Show old password (more than 2 years) in yellow\n            -l, --length   Show password length indication\n            -h, --help     Show this help\n\n         Password length indication:\n            very short     Less than 8 characters\n            short          Less than 13 characters\n            medium         Less than 17 characters\n            long           17 characters or more\n```\n\n## Installation\n\n### Requirements\n\n* `pass 1.7.0` or greater\n* Your store must use git\n\n#### Git and GPG\n\nYou must configure git in order to handle `.gpg` files with `git blame` and `git\nshow`:\n\n``` gitconfig\n[diff \"gpg\"]\n   textconv = gpg --no-tty --decrypt --quiet\n[blame \"gpg\"]\n   textconv = gpg --no-tty --decrypt --quiet\n```\n\n### Installation from source\n\n``` bash\ngit clone https://github.com/Kdecherf/pass-report\ncd pass-report\nsudo make install\n```\n\n### Exherbo\n\n``` bash\ncave resolve pass-report -x1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdecherf%2Fpass-report","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdecherf%2Fpass-report","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdecherf%2Fpass-report/lists"}