Passwords on Android
Set up password repository
on aurora
- gpg --genkey (billy)
- gpg --genkey (billium)
- gpg -k to list the keys
- gpg --export --armor last 8 hex > last_8hex.pub.asc for billium only, billy higher security not used on android
- gpg --export-secret-keys --armor last 8 hex > last_8hex.priv.asc
- create .password-store
- add directories
- init ialise directories pass init -p admin billium
- add passwords pass insert -m admin/hera
- pass git init
on hera
- import keys
- create password repro and git init bare
on aurora
- pass git push hera's repro master
on android
- termux-setup-storage
- rsync billium's keys
- gpg --import last_8hex.pub.asc
- pass git init
- pass git remote add hera's repro
- pass git pull hera's repro master
- use e.g. pass admin/zen
:)
It is quite awkwark to use termux on a small screen to type pass and enter long phrases. This works but have to do something else.