LoginSignup
1
1

More than 5 years have passed since last update.

password cli [gopass]

Posted at

最近使ってるpassword managerの紹介。keepass cliで良いのが見当たらないので、gopassが良いと思う。

gopassはgpgを使って自動認証。gitからdbを読み取っても使えるぽい。この場合、public-keyとfileをrepoに追加。

今回は、localで使用する方法。

install
$ brew install gopass
or
$ pacman -S gopass
# setup
$ gopass init
使用するpublic-keyを選択, 対応するsecret-keyがあれば認証可
$ gopass config 

# add password
$ gopass insert github/syui
$ gopass
github/syui
$ gopass github/syui
*********
# zsh
$ gopass completion zsh > ~/.zsh/functions/_gopass.zsh
$ . ~/.zshrc
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1