Skip to content

max-kalganov/password_storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

password_storage

Simple application for password storage in **remote **.

SetUp

  1. install libs from data/requirements.txt
  2. run install_pass_storage.py

Creates key in data/key.txt. You can move your key into any directory and create an environment variable PASS_STORAGE_KEY_PATH with the path to the new location. When you run app you will input path to key.txt or it will be taken from the PASS_STORAGE_KEY_PATH location.

Run

run run_pass_storage.py

Commands:

  • sh - show service records
  • ls - list all services
  • a - add a record
  • d - delete a record
  • e - edit a record
  • h - show help
  • q - quit
  • ck - change key
  • bu - create backup into json

Run with arguments

run run_pass_storage.py with some of the arguments below

Arguments:

  • -h, --help - show this help message and exit
  • -s S - service name
  • -acc ACC - account login
  • -p P - print mode
    • default - copy to clipboard
    • short - only service, login and password
    • full - all account info

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages