Skip to content

ApplexityHQ/passman-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passman-cli

A secure CLI password manager written in Rust.

Features

  • Master password protected vault
  • Argon2 key derivation
  • AES-256-GCM authenticated encryption
  • Encrypted local storage
  • Secure password input (no echo)
  • Commands: add, get, list, delete

Usage

cargo run -- add <service> <username>
cargo run -- get <service>
cargo run -- list
cargo run -- delete <service>

About

Secure CLI password manager built in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages