Skip to content

crabstars/Vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vault

Terminal Password-Manager

Simple terminal password manager with strong encryption by using the XChaCha20Poly1305 algortihm.

Demo Overview

Demo edit entry

Create vault

cargo run new -d <path/new_db>

follow the commands and a new file will be created in the given directory with given name

Open your vault:

cargo run open -d <path/file_name>

or

cargo run open --database-name <path/file_name>

Todos

  • improve UI/UX
  • code improvments
    • better error handling
  • support to save files
  • testing
  • implement command to import passwords from keepass
  • support of environment variables to set them in the terminal

About

Terminal Password-Manager and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages