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

Burrow – Breaking Through Firewalls With Open Source Ingenuity

Burrow is an open source tool for burrowing through firewalls, built by teenagers at Hack Club.…

9 hours ago

Its-A-Trap : Building Secure Web Applications With A Golang Web Server For Authentication

Simple golang webserver that listens for basic auth or post requests and sends a notification…

9 hours ago

Nutek-Apple : Unleashing Power On macOS And Linux

Nutek Security Platform for macOS and Linux operating systems. Tools for hackers, bug hunters and…

9 hours ago

SecureSphere Labs – A Haven For Cybersecurity Innovators And Ethical Hackers

Welcome to SecureSphere Labs, your go-to destination for a curated collection of powerful hacking tools…

9 hours ago

Vulpes/VulpOS : The Docker-Powered All-in-One Workstation For Penetration Testing And Offsec Labs

All in one Docker-based workstation with hacking tools for Pentesting and offsec Labs by maintained…

10 hours ago

LiCo-Extrator : Revolutionizing Icon Extraction Across Platforms

Got it! Below is the updated README.md file with instructions for downloading the project on…

1 day ago