Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Padloc | 2,272 | 1 | 2 days ago | 1 | November 14, 2019 | 75 | agpl-3.0 | JavaScript | ||
A modern, open source password manager for individuals and teams. | ||||||||||
Portable Secret | 1,523 | 4 months ago | 16 | mit | HTML | |||||
Better privacy without special software | ||||||||||
Masterpassword | 1,122 | 2 years ago | 1 | February 27, 2018 | gpl-3.0 | Objective-C | ||||
Project moved to https://gitlab.com/spectre.app | ||||||||||
Strongbox | 1,088 | 6 days ago | 162 | agpl-3.0 | Objective-C | |||||
A KeePass/Password Safe Client for iOS and OS X | ||||||||||
Swifty | 793 | 2 months ago | 24 | gpl-3.0 | JavaScript | |||||
🔑 Free Offline-first Password Manager | ||||||||||
Passwall Server | 700 | 12 hours ago | 20 | May 03, 2021 | 8 | agpl-3.0 | Go | |||
Passwall Server is the core backend infrastructure for Passwall platform | ||||||||||
Spicypass | 362 | 2 years ago | 3 | gpl-3.0 | C++ | |||||
A light-weight password manager with a focus on simplicity and security | ||||||||||
Pick | 339 | 4 years ago | 8 | November 02, 2018 | 9 | mit | Go | |||
A secure and easy-to-use CLI password manager for macOS and Linux | ||||||||||
Pass Winmenu | 279 | 2 months ago | 12 | mit | C# | |||||
An easy-to-use password manager for Windows, compatible with pass. | ||||||||||
Masterkey | 272 | 4 years ago | June 15, 2017 | 3 | apache-2.0 | Go | ||||
secure interactive password manager with xchacha20poly1305, argon2id, and Go |
The official Android client for app.keyspace.cloud. A beautiful and secure password manager where you hold the keys.
Create and store passwords, two-factor authentication codes, backup codes and more.
Secure notes with rich previews and markdown support
Access your credit and debit cards with ease
Swipe up and scan a QR code to instantly log into your desktop
All of this is backed up and encrypted with a 12 word recovery phrase.
Keyspace uses end-to-end encryption to secure all user data (Logins, Notes, Cards etc.) with keys derived from a 12 word mnemonic seed phrase.
Read more: Bitwarden Security White Paper (page 9)
Most password managers transmit a hash of users master password for authentication purposes. Keyspace uses a challenge-response based authentication scheme to eliminate users master password hashes being stored on the backend. The client simply signs cryptographic challenge and sends it to the backend. Password hashes never cross the wire.
Most cloud based password managers derive a master key that encrypts other keys which are 'wrapped' or 'protected' which is then stored on their servers. Keyspace derives all keys deterministically on your device from the 12 word mnemonic seed phrase eliminating the need for 'wrapped' keys.
Read more: Bitwarden Icon Privacy
Your privacy matters. No third party analytics or crashlytics libraries were used in the making of Keyspace. No network calls are made to external endpoints to fetch item icons.
XChaCha20-Poly1305 with 192bit nonce instead of AES256 GCM or CBC and ED25519 over RSA for signatures.
Your encryption key is stored on a separate hardware security module (HSM) inside your phone which has its own CPU, storage and RNG, safeguarded against key extraction. Keys are only accessible upon successful device authentication.
Instantly sign out and delete all on-device Keyspace data by tapping the quick settings tile. Useful if the country you're in has a poor human rights record or if your device is confiscated without your consent.
On a flight? No problem. Keyspace can do everything offline and sync once you're online.
Keyspace is written in Kotlin. Keyspace is designed to be fast and lightweight in size <20MB.
This project is licensed under the GNU GPLv3 License