Contact
Email us at sepass@modiot.com. We aim to reply within a few business days.
Report a bug or request a feature
Please open an issue on GitHub — it’s the fastest way to get a response and helps other users too:
github.com/modiotlabs/sepass/issues →
Getting started
SE Pass is a client for the standard Unix password manager, pass. You need a pass-compatible git repository that you host. In short:
- Key tab — generate a key in the Secure Enclave and share its
public key (
.asc). - On a computer with
pass:gpg --import, thenpass init <existing-ids…> <new-fingerprint>to re-encrypt, thenpass git push. - Sync tab — enter your repository URL (HTTPS or SSH) and clone.
- Passwords tab — tap an entry and authenticate to decrypt.
Full documentation and source are on GitHub.
Frequently asked
Can the private key be exported or backed up?
No. The key is generated in and never leaves the Secure Enclave. If you get a new phone, generate a new key and add it to your store’s recipients — the same as adding any new device to a pass setup.
Can I add or edit passwords on the phone?
Not in this version. SE Pass is a focused, read-only reader. Add or edit entries
with pass on your computer and sync.
Does it work without Face ID?
SE Pass uses your device’s biometric (Face ID or Touch ID) to authorize decryption.