Find a file
2021-09-23 18:24:27 -07:00
.github CI: Update homebrew and use the latest go version 2021-09-19 16:56:15 -07:00
fastlane Move to Swift Package Manager disregarding Cocoapods (#496) 2021-08-30 09:41:29 -07:00
icon
img
pass Show notification with OTP after providing password through extension (#509) 2021-09-20 00:50:05 -07:00
pass.xcodeproj Support Steam OTP (#505) 2021-09-06 10:47:04 -07:00
passAutoFillExtension Show notification with OTP after providing password through extension (#509) 2021-09-20 00:50:05 -07:00
passExtension Show notification with OTP after providing password through extension (#509) 2021-09-20 00:50:05 -07:00
passKit Show notification with OTP after providing password through extension (#509) 2021-09-20 00:50:05 -07:00
passKitTests Support Steam OTP (#505) 2021-09-06 10:47:04 -07:00
passShortcuts
passTests Fix the QRKeyScanner issue on reading footer 2021-01-09 16:26:56 -08:00
patch Use ProtonMail's GopenPGP library 2021-06-20 12:30:14 +02:00
scripts Make Carthage build script work with Xcode 12 and 13 (#510) 2021-09-23 18:24:27 -07:00
.gitignore Use cache 2020-12-30 15:18:39 -08:00
.swift-version Use cache 2020-12-30 15:18:39 -08:00
.swiftformat Use SwiftFormat version 0.48.x 2021-08-15 01:34:43 -07:00
.swiftlint.yml Update SwiftLint to version 0.44.0 (#507) 2021-09-15 17:43:14 -07:00
_config.yml
Cartfile Move to Swift Package Manager disregarding Cocoapods (#496) 2021-08-30 09:41:29 -07:00
Cartfile.resolved Move to Swift Package Manager disregarding Cocoapods (#496) 2021-08-30 09:41:29 -07:00
Gemfile Move to Swift Package Manager disregarding Cocoapods (#496) 2021-08-30 09:41:29 -07:00
Gemfile.lock Bump addressable from 2.7.0 to 2.8.0 2021-07-13 14:20:26 +00:00
LICENSE
README.md Move to Swift Package Manager disregarding Cocoapods (#496) 2021-08-30 09:41:29 -07:00

Pass

GitHub release Gitter Build Status Donate

Pass is an iOS client compatible with ZX2C4's Pass command line application. It is a password manager using GPG for encryption and Git for version control.

Pass for iOS is available in App Store with the name "Pass - Password Store", and both iPhone and iPad are supported.

Download on the App Store

You can also help us test beta versions through TestFlight.

Features

  • Compatible with the Password Store command line tool.
  • View, copy, add, and edit password entries.
  • Encrypt and decrypt password entries by PGP keys.
  • 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.

Screenshots

Usages

For more, please read the wiki page.

Building Pass for iOS

  1. Install Libtool, Automake, CMake, Carthage, Go, SwiftLint, and SwiftFormat: brew install libtool automake cmake carthage go swiftlint swiftformat.
  2. Install dependencies via Carthage. Therefore, execute ./scripts/wcarthage update and ./scripts/wcarthage bootstrap --platform iOS in the root directory of the project. This may take some time.
  3. Run ./scripts/gopenpgp_build.sh to build GopenPGP.
  4. Open the pass.xcodeproj file in Xcode.
  5. Build & Run.

License

MIT