Hacker News new | ask | show | jobs
by dmix 3374 days ago
I use `pass` on linux/mac, which creates a directory of .pgp encrypted plaintext files for each password for each website.

https://www.passwordstore.org/

I sync this directory to my mobile device using megasync (linux packages and Android app available).

https://aur.archlinux.org/packages/megasync/

https://play.google.com/store/apps/details?id=mega.privacy.a...

Then I use `pass` on Android via the "Password Store" app (and the APG app to manage my PGP keys on mobile).

https://play.google.com/store/apps/details?id=com.zeapo.pwds...

The whole UX is super easy. Basically just PGP, plaintext files, and copy/paste.

1 comments

If you want to have some more features than default pass while keeping your third party apps there's also gopass (https://news.ycombinator.com/item?id=13551692) that was posted a while ago.