{"id":48917066,"url":"https://github.com/danpasecinic/zault","last_synced_at":"2026-04-17T03:09:49.140Z","repository":{"id":334445111,"uuid":"1141393904","full_name":"danpasecinic/zault","owner":"danpasecinic","description":"A secure credential manager written in Zig. Passwords, TOTP, and Passkeys.","archived":false,"fork":false,"pushed_at":"2026-01-24T21:02:40.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-25T08:36:17.761Z","etag":null,"topics":["credential-manager","passkeys","passwords","totp","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/danpasecinic.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":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-24T19:21:37.000Z","updated_at":"2026-01-24T20:55:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/danpasecinic/zault","commit_stats":null,"previous_names":["danpasecinic/zault"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/danpasecinic/zault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpasecinic%2Fzault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpasecinic%2Fzault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpasecinic%2Fzault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpasecinic%2Fzault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danpasecinic","download_url":"https://codeload.github.com/danpasecinic/zault/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpasecinic%2Fzault/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31913116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["credential-manager","passkeys","passwords","totp","zig"],"created_at":"2026-04-17T03:09:48.339Z","updated_at":"2026-04-17T03:09:49.128Z","avatar_url":"https://github.com/danpasecinic.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zault\n\nA command-line credential manager written in Zig.\n\n## Installation\n\n```bash\nzig build -Doptimize=ReleaseSafe\n```\n\nBinary will be at `zig-out/bin/zault`. Requires Zig 0.15+.\n\n## Usage\n\n```bash\n# Create a vault\nzault init\n\n# Add credentials\nzault add github.com -u myuser\n\n# Retrieve (copies to clipboard)\nzault get github.com\n\n# List all items\nzault list\n\n# TOTP\nzault totp add github.com\nzault totp github.com\n\n# Generate password\nzault generate\n```\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `init` | Create a new vault |\n| `add \u003cname\u003e` | Add a credential |\n| `get \u003cname\u003e` | Retrieve and copy to clipboard |\n| `list` | List all items |\n| `delete \u003cname\u003e` | Remove an item |\n| `generate` | Generate a password |\n| `totp add \u003cname\u003e` | Add TOTP secret |\n| `totp \u003cname\u003e` | Get TOTP code |\n| `totp list` | List items with TOTP |\n| `passkey list` | List passkeys |\n| `passkey show \u003cname\u003e` | Show passkey details |\n| `unlock` | Unlock vault (start agent) |\n| `lock` | Lock vault (stop agent) |\n\n## Security\n\n- **Key Derivation:** Argon2id\n- **Encryption:** XChaCha20-Poly1305\n- **TOTP:** HMAC-SHA1/SHA256/SHA512\n\nSensitive data uses locked memory (`mlock`) and is zeroed before deallocation.\n\nVault stored at `~/.local/share/zault/vault.zault`.\n\n## Development\n\n```bash\nzig build        # build\nzig build test   # run tests\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanpasecinic%2Fzault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanpasecinic%2Fzault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanpasecinic%2Fzault/lists"}