{"id":17272506,"url":"https://github.com/hbldh/hbldhauth","last_synced_at":"2025-03-26T12:45:03.764Z","repository":{"id":145584044,"uuid":"106539875","full_name":"hbldh/hbldhauth","owner":"hbldh","description":"TOTP Authenticator with configurable storage of tokens","archived":false,"fork":false,"pushed_at":"2021-05-10T08:50:41.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T14:20:08.603Z","etag":null,"topics":["authentication","otpauth"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hbldh.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-10-11T10:28:41.000Z","updated_at":"2021-05-10T08:50:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"5356f3c0-b210-48d3-a9fb-dfda14b1367f","html_url":"https://github.com/hbldh/hbldhauth","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/hbldh%2Fhbldhauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbldh%2Fhbldhauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbldh%2Fhbldhauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbldh%2Fhbldhauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hbldh","download_url":"https://codeload.github.com/hbldh/hbldhauth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245658982,"owners_count":20651520,"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":["authentication","otpauth"],"created_at":"2024-10-15T08:48:48.046Z","updated_at":"2025-03-26T12:45:03.743Z","avatar_url":"https://github.com/hbldh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `hbldh` Authenticator\n\nA small wrapper around `pyotp` to provide tailored\nstorage of Authenticator tokens.\n\nThe tokens are intended to be stored on an encrypted partition or similar,\nenabling this authenticator to be used as a backup for the mobile-based one.\nIt can also be used to provision a new\n## Installation\n\n```bash\n$ pip install git+https://github.com/hbldh/hbldhauth.git@master\n```\n\nor use [pipsi](https://github.com/mitsuhiko/pipsi):\n```bash\n$ pipsi install git+https://github.com/hbldh/hbldhauth.git@master#egg=hbldhauth\n```\n\n## Usage\n\nBy default, `hbldhauth` looks for a config file at `~/.hbldhauth`,\ncontaining the path to the actual file containing the tokens to be\nused for Authenticator code generation.\n\nSample config file:\n```text\n/keybase/private/hbldh/tokens\n```\n\nSample tokens file:\n```text\nGithub|account_name: abcdefghijklmnop\nDiscord|account_email: abcd efgh ijkl mnop\nSentry|account_email: ABCD EFGH IJKL MNOP QRST UVWX YZ23 4567\n```\n\nThen run `hbldhauth`:\n```bash\n$ hbldhauth\n--- hbldh Authenticator ---\nValid for 17 seconds...\n\nGithub (account_name): 998 725\nDiscord (account_email): 998 725\nSentry (account_email): 362 213\n```\n\n### Display QR codes\n\nTo display a web page with all QR codes for provisioning e.g. a new phone,\nrun\n\n```\n$ hbldhauth --qr\n--- hbldh Authenticator ---\nGenerating QR code page at C:\\Users\\henri\\AppData\\Local\\Temp\\tmpvyx1wlan.html...\nDeleted QR code web page.\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbldh%2Fhbldhauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhbldh%2Fhbldhauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbldh%2Fhbldhauth/lists"}