Skip to content

Passage for iOS - an iOS client compatible with Pass command line application.

License

Notifications You must be signed in to change notification settings

dannyob/passageforios

 
 

Repository files navigation

Warning

This is a one-person, mostly vibe-coded fork of the established upstream Pass for iOS.

It is intended for experimental use and preparation for upstreaming (which may never happen). Use at your own risk! Consider the implications of using an unaudited, unstable fork before relying on it, and be prepared to find bugs, raise issues, and fix them yourself!

Passage for iOS

Passage is a fork of the command line program Password Store. Password store uses PGP to encrypt; Passage uses the modern age utility and is written by age's author, Filippo Valsorda.

Similarly, Passage for iOS is a friendly fork of Pass for iOS, an iOS frontend to Password Store written by Mingshen Sun. It can read and write either PGP or age-encrypted password stores.

Passage for iOS's parent: Pass

The vast majority of Passage for iOS's code comes from Pass. My hope is that the changes here can be upstreamed to Pass for iOS at some point.

You can and should donate to support the original Pass here: Donate.

Features

  • Compatible with the Password Store and Passage command line tools.
  • View, copy, add, and edit password entries.
  • Encrypt and decrypt password entries by PGP keys or by a age identities.
  • Synchronize with your password Git repository.
  • User-friendly interface: search, long press to copy, copy and open link, etc.
  • Support one-time password tokens (two-factor authentication codes).
  • AutoFill in Safari/Chrome and supported apps.
  • [PGP only] Supports YubiKey.
  • [Age-only] Supports re-encrypting to multiple recipients via an .age-recipients file in the root directory. Commits modifying .age-recipients must be SSH-signed by someone already in the previous .age-recipients list.

Building Passage for iOS

  1. Install Go: brew install go.
  2. Run ./scripts/crypto_build.sh to build the Crypto framework (includes PGP, age, and signature verification).
  3. Open the pass.xcodeproj file in Xcode.
  4. Build & Run.

License

MIT

About

Passage for iOS - an iOS client compatible with Pass command line application.

Resources

License

Stars

Watchers

Forks

Languages

  • Swift 89.2%
  • Go 6.4%
  • Shell 3.1%
  • Ruby 1.0%
  • JavaScript 0.2%
  • Objective-C 0.1%