Find a file
2017-06-14 21:50:38 +08:00
fastlane Update 2017-06-08 16:06:09 +08:00
icon Add a dummy extension 2017-06-11 00:48:49 +08:00
pass Fix migration problems 2017-06-14 21:50:38 +08:00
pass.xcodeproj Add passcode lock for extension 2017-06-14 19:14:56 +08:00
passextension Add passcode lock for extension 2017-06-14 19:14:56 +08:00
passKit Fix migration problems 2017-06-14 21:50:38 +08:00
PassKitTests Move codes to an embed framework 2017-06-13 11:43:46 +08:00
passTests
screenshot Update screenshots 2017-04-28 21:12:41 -07:00
.gitignore
.travis.yml Fix last commit 2017-03-31 03:16:54 +08:00
_config.yml
Cartfile Switch to passcode lock fork that supports app extension 2017-06-14 14:04:44 +08:00
LICENSE
Podfile Fix many "class PGPxxxx is implemented in both xxx" warnings 2017-06-13 16:44:41 +08:00
README.md Add paypal donation button 2017-06-13 20:30:01 -07:00

Pass

GitHub release Swift 3.1 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 the App Store with the name "Pass - Password Store". If you want to join the iOS beta via Testflight, drop an email to developer@passforios.mssun.me. Thank you.

Features

  • Try to be compatible with the Password Store command line tool
  • Support to 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 (OTP) tokens (QR code and otpauth URI)
  • Written in Swift
  • No need to jailbreak your devices

Screenshots

Usages

For more, please read the wiki page.

Building Pass for iOS

  1. Install libtool, automake, cmake, carthage, and cocoapods: brew install libtool automake cmake carthage cocoapods
  2. Run carthage bootstrap in the project root directory: carthage bootstrap --platform iOS (this could take a long time to build related frameworks)
  3. Run pod install in the project root directory: pod install
  4. Open .xcworkspace file in Xcode.
  5. Build & Run.

License

MIT