passVault

command module
v0.0.0-...-9567d93 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

README

PassVault: Smart password manager.

Installation:

go get github.com/techytoes/passVault

Note: You might need to add bin path in the .zshrc file.

export PATH=$PATH:$(go env GOPATH)/bin

Steps:

  1. Run init command to create creds.json and app.json file in home directory.
  2. Use sniff command to create new credentials.
  3. Use spit command to fetch credentials.

Commands:

  1. Initialize a new JSON file for storing credentials and a config file for storing app-level configs.
passvault init

Note: This command prompts to input a 32 byte string which would be used as an encryption key. throughout the project.

  1. Create a new credential using this command.
passvault sniff --app=<app/website>  --desc=<desc>

This command opens an interactive prompt where user can enter username and password. Note: desc is nullable field.

  1. Print all usernames stored for the particular app.
passvault spit --app=<app/website>
  1. Print all apps whose creds are present.
passvault list
  1. Return password when a app and username combination is provided.
passvault spit --app=<app/website> --username=<username/email>

Note: instead of returning the password it is copied to the clipboard directly.

Documentation

Overview

Copyright © 2021 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL