Skip to content

Instantly share code, notes, and snippets.

@pedromadureira000
Created September 6, 2022 14:17
Show Gist options
  • Save pedromadureira000/aaba204b32acc17d2ad45f2a4c9ea01e to your computer and use it in GitHub Desktop.
Save pedromadureira000/aaba204b32acc17d2ad45f2a4c9ea01e to your computer and use it in GitHub Desktop.
pass

initialize and create password-store

You need to have gpg key. Because it will be used to encript end decript your pass

pass init "gpg-id" (or  email of gpg key)

check passwords in the store

pass

add password

pass insert pass_name || pass add pass_name

decript passoword

pass pass_name

decript passoword with gpg

gpg -d ~/.password-store/pass_name.gpg

Browser pass

https://chrome.google.com/webstore/detail/browserpass/naepdomgkenhinolocfifgehidddafch/related?hl=en https://github.com/browserpass/browserpass-native

passmenu

needs dmenu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment