{"id":19838060,"url":"https://github.com/sammy-t/avdu","last_synced_at":"2025-06-11T02:34:01.870Z","repository":{"id":247858678,"uuid":"826720523","full_name":"Sammy-T/avdu","owner":"Sammy-T","description":"A utility to view one-time passwords generated from Aegis Authenticator backups.","archived":false,"fork":false,"pushed_at":"2024-09-11T12:14:31.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-11T18:19:27.500Z","etag":null,"topics":["2fa","auth","authentication","otp","totp"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/sammy-t/avdu","language":"Go","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/Sammy-T.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":"2024-07-10T08:46:30.000Z","updated_at":"2024-09-02T08:47:52.000Z","dependencies_parsed_at":"2024-08-07T01:26:36.798Z","dependency_job_id":"7c099a57-daf2-40dd-99d8-e6c32e71f8e3","html_url":"https://github.com/Sammy-T/avdu","commit_stats":null,"previous_names":["sammy-t/avdu"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sammy-T%2Favdu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sammy-T%2Favdu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sammy-T%2Favdu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sammy-T%2Favdu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sammy-T","download_url":"https://codeload.github.com/Sammy-T/avdu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241203107,"owners_count":19926724,"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":["2fa","auth","authentication","otp","totp"],"created_at":"2024-11-12T12:16:41.732Z","updated_at":"2025-02-28T18:50:20.357Z","avatar_url":"https://github.com/Sammy-T.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# avdu\n\nAegis Vault Desktop Utility is a Go module and basic command line interface for generating \none-time passwords from an [Aegis Authenticator](https://github.com/beemdevelopment/Aegis) vault backup or export file.\n\nThe desktop app version can be found at \u003chttps://github.com/Sammy-T/avda\u003e.\n\n\u003e [!NOTE]\n\u003e HOTP is not implemented due to syncing concerns.\n\n## CLI\n\n```bash\navdu -h\n```\n\n## Import the module\n\nImport into go file(s)\n\n```go\nimport \"github.com/sammy-t/avdu\"\n```\n\nUpdate modules\n\n```bash\ngo mod tidy\n```\n\n## Development\n\n### Run the CLI\n\n```bash\n# Run in the current directory.\ngo run ./cmd/avdu\n\n# Run using the plaintext test file.\ngo run ./cmd/avdu -p test/data/aegis_plain.json\n\n# Run using the encrypted test file. (Enter password \"test\" when prompted.)\ngo run ./cmd/avdu -p test/data/aegis_encrypted.json -e\n```\n\n### Build the CLI\n\n```bash\ngo build -C ./cmd/avdu\n```\n\nThe binary will output to the `cmd/avdu/` directory.\n\n### Install the CLI\n\n```bash\ngo install ./cmd/avdu\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammy-t%2Favdu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsammy-t%2Favdu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammy-t%2Favdu/lists"}