{"id":50719805,"url":"https://github.com/ahmadzafarcs/rust-vault","last_synced_at":"2026-06-09T22:31:28.146Z","repository":{"id":324926025,"uuid":"1099095269","full_name":"ahmadzafarcs/rust-vault","owner":"ahmadzafarcs","description":"A simple and secure CLI password manager written in Rust. Store, retrieve, and manage your passwords locally with JSON-based persistence.","archived":false,"fork":false,"pushed_at":"2025-11-18T15:39:03.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-18T17:19:35.742Z","etag":null,"topics":["cargo","rust","software"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ahmadzafarcs.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-18T15:00:21.000Z","updated_at":"2025-11-18T15:39:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ahmadzafarcs/rust-vault","commit_stats":null,"previous_names":["ahmadzafarcs/rust-vault"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ahmadzafarcs/rust-vault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadzafarcs%2Frust-vault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadzafarcs%2Frust-vault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadzafarcs%2Frust-vault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadzafarcs%2Frust-vault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmadzafarcs","download_url":"https://codeload.github.com/ahmadzafarcs/rust-vault/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadzafarcs%2Frust-vault/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34129072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":["cargo","rust","software"],"created_at":"2026-06-09T22:31:27.448Z","updated_at":"2026-06-09T22:31:28.136Z","avatar_url":"https://github.com/ahmadzafarcs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust-vault\n\nA simple and secure CLI password manager written in Rust. rust-vault allows you to store, retrieve, and manage your passwords locally using JSON-based persistence. It’s a beginner-friendly Rust project ideal for learning CLI development, structs, enums, and file I/O.\n\n## Table of Contents\n\nFeatures\n\nInstallation\n\nUsage\n\nProject Structure\n\nLearning Goals\n\nFuture Improvements\n\nLicense\n\n## Features\n\nAdd a new password entry with service, username, and password.\n\nList all saved entries.\n\nRetrieve the password for a specific service.\n\nDelete an entry from the vault.\n\nPersistent storage in a local JSON file.\n\nBeginner-friendly CLI application written in Rust.\n\n## Installation\n\nClone the repository:\n\ngit clone git@github.com:yourusername/rust-vault.git\ncd rust-vault\n\n\nBuild the project using Cargo:\n\ncargo build --release\n\nUsage\n\nRun commands via Cargo. Examples:\n\n## Add a new entry\ncargo run -- add \u003cservice\u003e \u003cusername\u003e \u003cpassword\u003e\n\n## List all entries\ncargo run -- list\n\n## Get password for a service\ncargo run -- get \u003cservice\u003e\n\n## Delete an entry\ncargo run -- delete \u003cservice\u003e\n\n\nExample workflow:\n\ncargo run -- add gmail ahmad123 mypass123\ncargo run -- list\ncargo run -- get gmail\ncargo run -- delete gmail\n\n## Learning Goals\n\nPractice Rust syntax: structs, enums, Result, Option.\n\nWork with file I/O and JSON serialization (serde).\n\nBuild a functional CLI application.\n\nUnderstand modular project structure in Rust.\n\nFuture Improvements\n\nAdd encryption for secure password storage.\n\nInteractive CLI input (prompt for password instead of passing in command).\n\nSearch or filter entries by service name.\n\nExport/import vault for backup purposes.\n\nImproved error handling and user experience.\n\nLicense\n\nMIT License © Ahmad\n\nIf you want, I can also make an even shorter, recruiter-friendly version that highlights skills and project features in one page for your GitHub portfolio. Do you want me to do that?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadzafarcs%2Frust-vault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmadzafarcs%2Frust-vault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadzafarcs%2Frust-vault/lists"}