FlashPass is a simple cross-platform password manager written in Python.
Decrypted passwords are copied to your clipboard.
Install from PyPi:
pip install flashpass
Or, from the release tarball/wheel:
- Download the latest release
- Navigate to the directory where you saved the release
pip install --upgrade [release file]
flashpass
Standard mode of FlashPass, guided prompts for password encryption/decryption.
flashpass -e [name]
orflashpass --encrypt [name]
Encrypts a new password with the given name.
flashpass -d [name]
orflashpass --decrypt [name]
Decrypts an existing password with the given name and copies the password to your clipboard.
flashpass -l
orflashpass --list
List the names of all stored passwords.
flashpass -h
orflashpass --help
Print all available commands and their descriptions.