Rejoice! Our beloved password manager, ZX2C4’s pass, sees its Android implementation back on F-Droid. This APS fork has been pushing development forward since some time already, and has finally been published on the aforementioned app store earlier this month.

    • phase@lemmy.8th.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 days ago

      I don’t have any experience with bitwarden. The question is what do you want.

      I like pass because I can host my password with git, a decentralised storage. I have to manage the key myself.

  • fireshell@fedia.io
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    2 days ago

    Integration with Android

    The GnuPG implementation for Android is called OpenKeychain. To configure it, just go to the “key management” menu and import the previously created secret key. The only drawback of OpenKeychain for me personally is that there is no fingerprint unlocking.

    The pass implementation for Android is called android-password-store, or simply APS.

    Install and launch APS. Before synchronizing the password store, go to the “Settings” menu. There we will need the following items:

    1. Git server settings. The resulting URL should be the same as that specified on the repository page on github. Authorization type - OpenKeychain.

    2. Git utils. In this section, specify the username and email from the gpg key.

    3. OpenPGP provider. Select OpenKeychain.

    4. Autofill.

    Now you can clone. Select “clone from server” on the main screen, specify the desired location of the repository, check the git settings.

    Of course, pass is not that easy to set up. However, this price buys confidence that the tools we use will not one day be declared obsolete, will not change their data format, and will not be left without support.