Find a file
Danny Mösch c72cd1c653
Use the most recent version of Go in build (#498)
According to 93954f3bec version 1.14 is not specifically required anymore.
2021-08-29 15:52:48 -07:00
.github Use the most recent version of Go in build (#498) 2021-08-29 15:52:48 -07:00
fastlane Reset build number to 0 after uploading 2021-01-05 19:22:48 -08:00
icon Add beta distrubution channel 2020-07-19 18:25:21 -07:00
img
pass Re-add ObjectivePGP to list of open source components (#495) 2021-08-27 22:46:13 -07:00
pass.xcodeproj Move class to own file 2021-08-27 22:03:00 -07:00
pass.xcworkspace Rewrite AutoFill extension 2020-12-31 21:46:50 -08:00
passAutoFillExtension Just provide a matching password in 'prepareInterfaceToProvideCredential' 2021-08-27 22:03:00 -07:00
passExtension Fix file headers (#494) 2021-08-27 22:32:31 -07:00
passKit Already show password list in background before dismissing lock view (#497) 2021-08-29 14:54:56 -07:00
passKitTests Fix file headers (#494) 2021-08-27 22:32:31 -07:00
passShortcuts Refactor GitCredential to simplify it and to add tests 2020-09-06 20:12:36 -07:00
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 Fix gopenpgp URL 2021-08-15 08:59:35 -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 Present lock view only if needed for an action 2021-08-27 22:03:00 -07:00
_config.yml
Cartfile Fix building issue in CI 2021-08-14 23:35:57 -07:00
Cartfile.resolved Fix building issue in CI 2021-08-14 23:35:57 -07:00
Gemfile Start to use GitHub Action (#432) 2020-12-23 20:26:58 -08:00
Gemfile.lock Bump addressable from 2.7.0 to 2.8.0 2021-07-13 14:20:26 +00:00
LICENSE
Podfile Increase deployment target in Pods to to get rid of warning 2020-09-19 18:52:27 -07:00
README.md Use ProtonMail's GopenPGP library 2021-06-20 12:30:14 +02: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, Go, SwiftLint, and SwiftFormat: brew install libtool automake cmake carthage cocoapods 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. Install dependencies via CocoaPods in the project root directory: pod install.
  5. Open the pass.xcworkspace file in Xcode.
  6. Build & Run.

License

MIT