introduction
Pass1 is a command line tool that manages (adding, editing, generating, retrieving) your passwords, but with many useful font-ends and ported clients for different platforms. Its very handy to use it for managing all your passwords on all your devices.
Each password lives in a gpg encrypted file.
init
Before everything, we need to initialize the password store with a GPG key (How to generate a gpg key):
|
|
Passwords that you add will be stored in the .password-store
directory, named xxx.gpg
, which is encrypted with your gpg public key, which only you can decrypt with your private key (gpg --output doc --decrypt doc.gpg
).
manage with pass command
add
|
|
generate
|
|
edit
|
|
remove
|
|
retrieve
|
|
history problem with clipboard manager: How to clear the history in CopyQ?
manage with other pass front ends
We barely use pass
command, instead we use other more user friendly front ends.
unix/unix like: rofi-pass
Alt+n
: add new passwordAlt+a
: action menu of current passwordAlt+h
: help
windows
android
ios
Sync
git(hub)
|
|
Adding and removing passwords will automatically create git commits.
browser settings
switch off Offer to save passwords
in chrome settings