Find a file
2017-02-17 20:14:01 +08:00
icon
pass use runtime password filling 2017-02-17 20:14:01 +08:00
pass.xcodeproj Version Bump to 11 2017-02-17 13:47:56 +08:00
screenshot add preview gif 2017-02-16 15:38:54 +08:00
.gitignore try to use fastlane 2017-02-16 18:04:11 +08:00
_config.yml
Cartfile use runtime password filling 2017-02-17 20:14:01 +08:00
LICENSE
Podfile
README.md update README 2017-02-16 15:51:47 +08:00

Pass

GitHub release Swift 3.1

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.

Features

  • Try to be compatible with Password Store command line tool
  • Support to view, copy, add, edit password entries
  • Encrypt and decrypt password entries by PGP keys
  • Synchronize with you password Git repository
  • User-friendly interface
  • Written in Swift
  • No need to jailbreak your devices
  • Get from App Store (stay tuned, under review)

Screenshots

Build

  1. Run carthage bootstrap: carthage bootstrap --platform iOS
  2. Run pod install in the project root directory: pod install
  3. Open .xcworkspace file in Xcode.
  4. Build & Run.

Usage

  • Genearte a PGP key pair
  • Use the pass command line tool
  • Push ecrypted password store to a private Git repository
  • Build Pass for iOS by yourself or download from App Store
  • Start to use Pass for iOS on your iPhone/iPad

For more, please read the wiki page.

License

MIT