使用者工具

網站工具


passwords

import a gpg private key:

$ gpg --import ausgfire@protonmail.com.asc
gpg: 金鑰 A04BF5994F6B58B1: 公鑰 "ausgfire@protonmail.com <ausgfire@protonmail.com>" 已匯入
gpg: 金鑰 A04BF5994F6B58B1: 私鑰已匯入
gpg: 處理總量: 1
gpg:                 已匯入: 1
gpg:           已讀取的私鑰: 1
gpg:           已匯入的私鑰: 1

Initialize ZX2C4 password storage

[feuer@kiosk430 TEMPLATES]$ pass init A04BF5994F6B58B1 4CC7409AE75833FC

Password store initialized for A04BF5994F6B58B1, 4CC7409AE75833FC

[feuer@kiosk430 TEMPLATES]$ cat /home/feuer/.password-store/.gpg-id

A04BF5994F6B58B1
4CC7409AE75833FC

獨立資料庫檔案

keepass
keepassXC
enpass


~/.password-store/ (zx2c4)

gpg -d
qtpass
gopass


~/.local/share/keyrings/login.keyring

gnome-keyring


GO - gopass

1,download go1.16.4.linux-amd64.tar.gz
2,untar to /opt/
3,make /etc/profile.d/80go.sh

export PATH=$PATH:/opt/go/bin/

4,source ~/.bash_profile
5,GO111MODULE=on go get -u github.com/gopasspw/gopass
6,cd go; find . -name go.mod|grep gopass@

./pkg/mod/github.com/gopasspw/gopass@v1.12.6/go.mod

7,go install github.com/gopasspw/gopass@v1.12.6
8,cp -a bin/gopass /usr/local/bin/

9,$wget https://github.com/gopasspw/gopass-jsonapi/releases/download/v1.11.1/gopass-jsonapi-1.11.1.tar.gz
10,$mkdir gopass-jsonapi && cd gopass-jsonapi && tar -zxf ../gopass-jsonapi-1.11.1.tar.gz
11,$make && sudo make install
12,$gopass-jsonapi configure


passwords.txt · 上一次變更: 2021/05/16 15:49 由 fire