Find a file
2021-01-06 21:14:30 -08:00
.github Enable sponsor button 2021-01-05 19:57:23 -08:00
fastlane Reset build number to 0 after uploading 2021-01-05 19:22:48 -08:00
icon
img
pass Fix UI issues under large text mode 2021-01-05 23:27:35 -08:00
pass.xcodeproj Use PasswordTableViewCell for all password entries 2021-01-05 20:54:51 -08:00
pass.xcworkspace Rewrite AutoFill extension 2020-12-31 21:46:50 -08:00
passAutoFillExtension Fix the AutoFill issue when no identifier presented 2021-01-06 21:14:30 -08:00
passExtension Use PasswordTableViewCell for all password entries 2021-01-05 20:54:51 -08:00
passKit Support selects a credential identity from the QuickType bar 2021-01-03 15:08:15 -08:00
passKitTests Skip testSSHKeyCredentialProvider in CI 2020-12-30 15:18:39 -08:00
passShortcuts Refactor GitCredential to simplify it and to add tests 2020-09-06 20:12:36 -07:00
passTests Use SwiftLint version 0.47.x 2020-11-10 14:03:12 -08:00
scripts Invert check for "Release" build 2020-12-30 10:06:59 -08: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.47.x 2020-11-09 10:13:05 -08:00
.swiftlint.yml Use SwiftLint version 0.42.x 2020-12-23 19:59:26 -08:00
_config.yml
Cartfile
Cartfile.resolved Update SwiftyUserDefaults to version 5.1.0 2020-12-23 19:59:26 -08:00
Gemfile Start to use GitHub Action (#432) 2020-12-23 20:26:58 -08:00
Gemfile.lock Start to use GitHub Action (#432) 2020-12-23 20:26:58 -08:00
LICENSE
Podfile Increase deployment target in Pods to to get rid of warning 2020-09-19 18:52:27 -07:00
README.md Fix the build status in README.md 2020-12-30 16:42:16 -08: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, cocoapods, and go: brew install libtool automake cmake carthage cocoapods go@1.14 swiftlint swiftformat. At the moment, the project does not build with current version of go (1.15). Use 1.14
  2. Install dependencies via Carthage in the project root directory: ./scripts/wcarthage update then ./scripts/wcarthage bootstrap --platform iOS. This may take some time.
  3. Run ./gopenpgp_build.sh to build go dependencies.
  4. Install dependencies via CocoaPods in the project root directory: pod install.
  5. Open the pass.xcworkspace file in Xcode.
  6. Build & Run.

License

MIT