No description
https://github.com/mssun/passforios
| icon | ||
| pass | ||
| pass.xcodeproj | ||
| screenshot | ||
| .gitignore | ||
| _config.yml | ||
| Cartfile | ||
| LICENSE | ||
| Podfile | ||
| README.md | ||
Pass
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
- Run carthage bootstrap.
carthage bootstrap --platform iOS
- Run pod install in the project root directory.
pod install
-
Open .xcworkspace file in Xcode.
-
Build & Run.
Usage
- genearte a PGP key pair
- use
pass - push password store to a private Git repository
- start to use Pass for iOS on your iPhone/iPad
For more, please read the wiki page.
License
MIT