passwords
差異處
這裏顯示兩個版本的差異處。
| 下次修改 | 前次修改 | ||
| passwords [2021/05/10 11:43] – created fire | passwords [2021/05/16 15:49] (目前版本) – [~/.password-store/ (zx2c4)] fire | ||
|---|---|---|---|
| 行 10: | 行 10: | ||
| gpg: | gpg: | ||
| </ | </ | ||
| + | ---- | ||
| + | ==== Initialize ZX2C4 password storage ==== | ||
| + | [feuer@kiosk430 TEMPLATES]$ pass init A04BF5994F6B58B1 4CC7409AE75833FC | ||
| + | Password store initialized for A04BF5994F6B58B1, | ||
| + | [feuer@kiosk430 TEMPLATES]$ cat / | ||
| + | < | ||
| + | 4CC7409AE75833FC</ | ||
| + | ---- | ||
| + | ==== 獨立資料庫檔案 ==== | ||
| + | keepass\\ | ||
| + | keepassXC\\ | ||
| + | enpass\\ | ||
| + | ---- | ||
| + | ==== ~/ | ||
| + | gpg -d\\ | ||
| + | qtpass\\ | ||
| + | gopass\\ | ||
| + | ---- | ||
| + | ==== ~/ | ||
| + | gnome-keyring | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ====== GO - gopass ====== | ||
| + | 1,download go1.16.4.linux-amd64.tar.gz\\ | ||
| + | 2,untar to /opt/\\ | ||
| + | 3,make / | ||
| + | export PATH=$PATH:/ | ||
| + | 4,source ~/ | ||
| + | 5, | ||
| + | 6,cd go; find . -name go.mod|grep gopass@\\ | ||
| + | ./ | ||
| + | 7,go install github.com/ | ||
| + | 8,cp -a bin/gopass / | ||
| + | \\ | ||
| + | 9,$wget https:// | ||
| + | 10,$mkdir gopass-jsonapi && cd gopass-jsonapi && tar -zxf ../ | ||
| + | 11,$make && sudo make install\\ | ||
| + | 12, | ||
| + | ---- | ||
| + | |||
| + | |||
passwords.1620647002.txt.gz · 上一次變更: 2021/05/10 11:43 由 fire