All Projects → mssun → Passforios

mssun / Passforios

Licence: mit
Pass for iOS - an iOS client compatible with Pass command line application.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Passforios

Pash
🔒 A simple password manager using GPG written in POSIX sh.
Stars: ✭ 254 (-74.37%)
Mutual labels:  password-manager, password-store
Gokey
A simple vaultless password manager in Go
Stars: ✭ 305 (-69.22%)
Mutual labels:  password-manager, password-store
Pass Tomb
A pass extension that helps you to keep the whole tree of password encrypted inside a tomb.
Stars: ✭ 254 (-74.37%)
Mutual labels:  password-manager, password-store
gnome-pass-search-provider
Pass password manager search provider for gnome-shell
Stars: ✭ 52 (-94.75%)
Mutual labels:  password-manager, password-store
Pass Import
A pass extension for importing data from most of the existing password manager.
Stars: ✭ 412 (-58.43%)
Mutual labels:  password-manager, password-store
gpgpwd
Moved to GitLab
Stars: ✭ 22 (-97.78%)
Mutual labels:  password-manager, password-store
Passff
zx2c4 pass manager extension for Firefox, Chrome and Opera
Stars: ✭ 937 (-5.45%)
Mutual labels:  password-manager, password-store
jpass
🔐 Password manager application with strong encryption (AES-256). [Java/Swing]
Stars: ✭ 129 (-86.98%)
Mutual labels:  password-manager, password-store
Browser Addon
Kee adds free, secure and easy password management features to your browser which save time and keep your private data more secure.
Stars: ✭ 386 (-61.05%)
Mutual labels:  password-manager, password-store
Spicypass
A light-weight password manager with a focus on simplicity and security
Stars: ✭ 367 (-62.97%)
Mutual labels:  password-manager, password-store
secrets
Not Yet Another Password Manager written in Go using libsodium
Stars: ✭ 28 (-97.17%)
Mutual labels:  password-manager, password-store
Authpass
AuthPass - Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.
Stars: ✭ 591 (-40.36%)
Mutual labels:  password-manager, password-store
password-keeper
A simple and secure Password Management System made completely in Python.
Stars: ✭ 26 (-97.38%)
Mutual labels:  password-manager, password-store
OormiPass
Free open source cross platform password manager
Stars: ✭ 50 (-94.95%)
Mutual labels:  password-manager, password-store
PassHUD
A HUD-style interface for pass on macOS
Stars: ✭ 31 (-96.87%)
Mutual labels:  password-manager, password-store
Buttercup Mobile
📱 React-Native mobile application for Buttercup
Stars: ✭ 297 (-70.03%)
Mutual labels:  password-manager, password-store
keevault
Kee Vault is a password manager for your web browser. Password databases (Vaults) are encrypted using the KeePass storage format before being sent to a remote server for synchronisation across any modern device/browser
Stars: ✭ 57 (-94.25%)
Mutual labels:  password-manager, password-store
Keepwords
📱🔐 Need an iOS password managing app with no pods? We got you covered!
Stars: ✭ 17 (-98.28%)
Mutual labels:  password-manager, ios-app
Buttercup Core
🎩 The mighty NodeJS password vault
Stars: ✭ 340 (-65.69%)
Mutual labels:  password-manager, password-store
Strongbox
A KeePass/Password Safe Client for iOS and OS X
Stars: ✭ 586 (-40.87%)
Mutual labels:  password-manager, password-store

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 [email protected] 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 ./scripts/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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].