Skip to content

nli33/vodka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vodka

CLI password manager (wip)

Commands

vodka setup

vodka add <name> --password <password> --comment <comment>

add a new password. Pass --random to generate a random password 24 chars long. Guarantees at least 1 capital letter, number, and special character

vodka copy <fullname>

copy a password to clipboard

vodka search <fullname>

search for an entry, displays a cli table of results

vodka delete <id>

delete an entry by its id. find id of entries with vodka list

vodka list

list all existing entries

vodka export <csv-file>

export all passwords to a csv file (Warning: will be unencrypted so delete the csv once you're done with it)

vodka import <csv-file>

import passwords from a csv file. overwrites existing passwords

vodka change-master

change the master password

vodka erase

erase all existing entries

vodka config

list all configuration settings

vodka config get <key>

retrieve the value of a specific configuration setting

vodka config set <key> <value>

change a configuration setting

vodka help

Todo

  • editing individual entries
  • config file
  • GUI?

Info

Argon2id + AES-256

About

Password manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages