Passpie : Multiplatform Command-line Password Manager

Passpie is a command line tool to manage passwords from the terminal with a colorful and configurable interface. Use a master passphrase to decrypt login credentials, copy passwords to clipboard, syncronize with a git repository, check the state of your passwords, and more.

Password files are encrypted using GnuPG and saved into yaml text files. Passpie supports LinuxOSX and Windows.

What does it look like? Here is an example of a simple Passpie usage:

passpie init
passpie add foo@example.com –random
passpie add bar@example.com –pattern “[0-9]{5}[a-z]{5}”
passpie update foo@example –comment “Hello”
passpie
passpie copy foo@example.com

Also Read – Echidna : Ethereum Fuzz Testing Framework

Install

pip install passpie

Or if you are on a mac, install via Homebrew:

brew install passpie

Dependencies

Passpie depends on GnuPG for encryption

Commands

Usage: passpie [OPTIONS] COMMAND [ARGS]…

Options:
-D, –database TEXT Database path or url to remote repository
–autopull TEXT Autopull changes from remote pository
–autopush TEXT Autopush changes to remote pository
–config PATH Path to configuration file
-v, –verbose Activate verbose output
–version Show the version and exit.
–help Show this message and exit.

Commands:
add Add new credential to database
complete Generate completion scripts for shells
config Show current configuration for shell
copy Copy credential password to clipboard/stdout
export Export credentials in plain text
import Import credentials from path
init Initialize new passpie database
list Print credential as a table
log Shows passpie database changes history
purge Remove all credentials from database
remove Remove credential
reset Renew passpie database and re-encrypt…
search Search credentials by regular expressions
status Diagnose database for improvements
update Update credential

R K

Recent Posts

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

10 hours ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

10 hours ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

2 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

5 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago