Skip to main content

FAQ

πŸ“„οΈ Importing from other password managers

Requests for adding an import mechanism inside of APS itself have come up every so often, but we've refrained from considering it for multiple reasons. If you find yourself in a situation where you do require the ability to import passwords from a different password manager such as Google Passwords or KeePassXC, take a look at [pass-import]. It supports way more password managers than we ever could, just needs Python to run, and is actively maintained.

πŸ“„οΈ Is my repository safe as a public repo?

Yes and no. The password themselves are safe, since they are stored in an encrypted fashion. They are secure as long as your GPG key's secret part is safe. However, the repo leaks the names of the entries if a file is named web/pornhub.com.gpg, this might give a hint about your browsing habits. Moreover, the size of the files might also gives a clue about which accounts might have small passwords. If a file is very small, chances are that your password is small too. An attacker could use this information to select which account of yours is most likely to have a weak password.