{"id":19615232,"url":"https://github.com/leonrinkel/pamtouch","last_synced_at":"2026-05-19T09:05:22.992Z","repository":{"id":97000985,"uuid":"183946604","full_name":"leonrinkel/pamtouch","owner":"leonrinkel","description":"Unlock your Mac by entering a PIN on the touchpad.","archived":false,"fork":false,"pushed_at":"2019-04-28T20:58:34.000Z","size":2973,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T17:48:31.505Z","etag":null,"topics":["mac","pam","pin","touch"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leonrinkel.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-28T18:51:38.000Z","updated_at":"2024-05-17T02:38:32.000Z","dependencies_parsed_at":"2023-03-13T16:20:08.782Z","dependency_job_id":null,"html_url":"https://github.com/leonrinkel/pamtouch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leonrinkel/pamtouch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonrinkel%2Fpamtouch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonrinkel%2Fpamtouch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonrinkel%2Fpamtouch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonrinkel%2Fpamtouch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leonrinkel","download_url":"https://codeload.github.com/leonrinkel/pamtouch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonrinkel%2Fpamtouch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264915991,"owners_count":23682957,"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":["mac","pam","pin","touch"],"created_at":"2024-11-11T10:55:53.981Z","updated_at":"2026-05-19T09:05:17.950Z","avatar_url":"https://github.com/leonrinkel.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"pamtouch 🔢\n===========\n\nUnlock your Mac by entering a PIN on the touchpad. You may use this module to extend or replace the default password login. This is just a proof of concept and probably lacks security.\n\n![Demo GIF](demo.gif \"Demo GIF\")\n\nThe touchpad is divided into a 3x3 grid which holds the digits from 1 to 9. The PIN was 1612 in this case. You don't need to actually click, just touch the pad.\n\n## Build\n\nJust run `make`.\n\n## Installation\n\nPlace `pamtouch.so` somewhere (e.g. `/usr/local/lib/security/`) and add a line for it in your pam configuration. There are multiple files for different purposes like screensaver or sudo. I was not brave enough to test it with `/etc/pam.d/authorization`.\n\n```\nleons-mbp:pamtouch leon$ sudo cat /etc/pam.d/screensaver\n# screensaver: auth account\nauth       optional       pam_krb5.so use_first_pass use_kcminit\nauth       required       pam_opendirectory.so use_first_pass nullok\nauth       required       /usr/local/lib/security/pamtouch.so\naccount    required       pam_opendirectory.so\naccount    sufficient     pam_self.so\naccount    required       pam_group.so no_warn group=admin,wheel fail_safe\naccount    required       pam_group.so no_warn deny group=admin,wheel ruser fail_safe\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonrinkel%2Fpamtouch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonrinkel%2Fpamtouch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonrinkel%2Fpamtouch/lists"}