{"id":19373919,"url":"https://github.com/jyotideepjee1803/password-vault-cli","last_synced_at":"2026-05-07T16:40:41.752Z","repository":{"id":239754812,"uuid":"800465880","full_name":"jyotideepjee1803/Password-Vault-cli","owner":"jyotideepjee1803","description":"CLI for storing passwords in a secured manner","archived":false,"fork":false,"pushed_at":"2024-05-15T12:40:56.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T15:22:52.915Z","etag":null,"topics":["aes-256","cli","javascript","kdf-algorithm","nodejs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/password-vault-cli","language":"JavaScript","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/jyotideepjee1803.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}},"created_at":"2024-05-14T11:42:40.000Z","updated_at":"2024-11-02T19:22:23.000Z","dependencies_parsed_at":"2024-11-10T08:33:08.066Z","dependency_job_id":null,"html_url":"https://github.com/jyotideepjee1803/Password-Vault-cli","commit_stats":null,"previous_names":["jyotideepjee1803/password-vault-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jyotideepjee1803/Password-Vault-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyotideepjee1803%2FPassword-Vault-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyotideepjee1803%2FPassword-Vault-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyotideepjee1803%2FPassword-Vault-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyotideepjee1803%2FPassword-Vault-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jyotideepjee1803","download_url":"https://codeload.github.com/jyotideepjee1803/Password-Vault-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jyotideepjee1803%2FPassword-Vault-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32746462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["aes-256","cli","javascript","kdf-algorithm","nodejs"],"created_at":"2024-11-10T08:33:00.851Z","updated_at":"2026-05-07T16:40:41.724Z","avatar_url":"https://github.com/jyotideepjee1803.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Javascript Password Vault CLI Tool\n[![npm version](https://img.shields.io/npm/v/password-vault-cli.svg)](https://www.npmjs.com/package/password-vault-cli)\n\n## Install\nTo install it globally just enter\n```\nnpm i -g password-vault-cli\n```\n\n## Features\n- Create a new password vault\n- Sign in to an existing password vault\n- Add a password to a vault\n- Fetch a password from a vault\n\n## Security\n- The vault uses the symmetric encryption algorithm AES-256 to encrypt the credentials for each record\n\n## Usage\nEnter the following command and a menu will appear giving the different choices to create a new vault, signing in, adding or fetching password.\n```\nvault\n```\nOnce entered the above command you'll be presented with the following menu, through which you can navigate via up-down arrow keys\n```\n? Welcome to CC Password Manager. What would you like to do?\n❯ Create new password vault\n  Sign in to a vault\n  Add a password to a vault\n  Fetch a password from a vault\n  Quit\n```\n1. When selected create new password vault : Enter the vault name, master password and confirm the password\n```\n? Please provide a name for the vault: example\n? Please enter a master password: [hidden]\n? Please confirm the master password: [input is hidden] \n```\n2. When selected Sign in to a vault : Enter the vault name and master password\n```\n? Enter the vault name: test\n? Enter the vault password: [input is hidden] \n```\n  - Once signed in you'll have the following options\n    ```\n    ? choice: (Use arrow keys)\n    ❯ Add a password to a vault \n      Fetch a password from a vault\n      Quit\n    ```\n  - 2 a. When selected Add a password to a vault : Enter the record name, username and password \n    ```\n    ? choice: Add a password to a vault\n    ? Please enter the record name:  exampleRecord\n    ? Please enter username:  exampleUser\n    ? Please enter password:  [input is hidden] \n    ```\n  - 2 b. When selected Fetch a password from a vault : Enter the record name to get the credentials\n    ```\n    ? choice: Fetch a password from a vault\n    ? Please enter the record name: exampleRecord\n    username : exampleUser, password : 1234567\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjyotideepjee1803%2Fpassword-vault-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjyotideepjee1803%2Fpassword-vault-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjyotideepjee1803%2Fpassword-vault-cli/lists"}