I rely on pass to store my password on my various machines. however a cli is not really practical on phone.
So is there any plan for a form of integration of one of the existing gui on the librem 5. With regards to password managers, I have seen, only, apps to the keypass format for the phone, currently.
I canβt ACK the above. I run pass on all my FreeBSD laptops and on the L5, on the latter together with the OpenPGP card. I have around 350 secrets store (browser credentials, banking, PINs, β¦) When I do need a secret on the L5, I run in its terminal the following (here in a SSH session for easy cut&paste to the browser where Iβm typing this small demo):
The word secret is what pass test decrypted with GnuPG.
After any usage of pass the OpenPGP card gets locked again, so that it canβt be stolen unlocked.
What is missing on the L5 is a plug-in for the browser, like I have it on FreeBSD with firefox. When you are on certain URL with the browser, where credentials are required (for example your bank account) you press an icon in FF which takes the URL and asks some daemon decrypting the pass file, for example ~/.password-store/web/www.my-bank.com, this in turn aks for the OpenPGP unlock PIN and when provided the plug-in gets the credentials and fills them in into the browser window.
indeed, bringing passff to the web app would super nice.
with regards to the cli, I am more concerned about commands to manage the password store and the integration with git.
BTW. I always struggle to setup pass on a new system, I never know how to initialize the store and perform the first sync (git clone??).that process always feels unintuitive.
Thereβs quite a number of Pass apps Iβve found: https://linuxphoneapps.org/backends/pass/ (I am pretty sure that Iβve come across some more that arenβt on LPA yet, just search for keywords like βPinePhoneβ on the popular code hosting platforms)
I tried most of them, but being a lazy KeePass user, I canβt really say much about how they fare in daily use. From my limited experience, caerbannog seemed like a winner.