{"id":42057565,"url":"https://github.com/qqrm/cardputer-wallet","last_synced_at":"2026-01-26T07:17:20.179Z","repository":{"id":320343903,"uuid":"1081292430","full_name":"qqrm/cardputer-wallet","owner":"qqrm","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-01T18:34:18.000Z","size":534,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-03T14:24:19.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/qqrm.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":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-22T15:18:48.000Z","updated_at":"2025-12-01T18:34:21.000Z","dependencies_parsed_at":"2025-10-31T12:06:25.225Z","dependency_job_id":null,"html_url":"https://github.com/qqrm/cardputer-wallet","commit_stats":null,"previous_names":["qqrm/cardputer-wallet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qqrm/cardputer-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qqrm%2Fcardputer-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qqrm%2Fcardputer-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qqrm%2Fcardputer-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qqrm%2Fcardputer-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qqrm","download_url":"https://codeload.github.com/qqrm/cardputer-wallet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qqrm%2Fcardputer-wallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28769585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T06:37:25.426Z","status":"ssl_error","status_checked_at":"2026-01-26T06:37:23.039Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-26T07:17:20.116Z","updated_at":"2026-01-26T07:17:20.174Z","avatar_url":"https://github.com/qqrm.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cardputer Wallet\n\nThis repository contains the firmware and host tooling for the Cardputer password vault. The host CLI (`host-cli`) now supports\nend-to-end signature validation for pulled vaults and signs the updated snapshot before every push.\n\n## Host CLI quick start\n\n1. Prepare a credentials file (JSON) that contains the following keys encoded as base64 or hexadecimal strings:\n   - `signing_public_key` – the Ed25519 verifying key used to validate `vault.sig` during pulls.\n   - `signing_secret_key` – the Ed25519 seed required to sign refreshed vault snapshots during pushes.\n   - `vault_key` – the 32-byte ChaCha20 key that encrypts the vault payload.\n2. Pull the latest vault from a repository:\n\n   ```bash\n   cargo run -p host-cli -- pull --repo \u003crepo-path\u003e --credentials \u003ccredentials.json\u003e\n   ```\n\n   Add `--signing-pubkey \u003cpath\u003e` when the verifying key is stored separately from the credentials JSON. The command aborts if the\n   device advertises a signature and no verifying key is available.\n3. Apply local operations and push them back to the device:\n\n   ```bash\n   cargo run -p host-cli -- push --repo \u003crepo-path\u003e --credentials \u003ccredentials.json\u003e\n   ```\n\n   The CLI decrypts `vault.enc`, applies the staged operations, re-encrypts the vault, writes a fresh `vault.sig`, and then\n   streams the frames to the device.\n\nRefer to [`docs/SETUP.md`](docs/SETUP.md) for the full development environment instructions and signature-verification details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqqrm%2Fcardputer-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqqrm%2Fcardputer-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqqrm%2Fcardputer-wallet/lists"}