https://github.com/joaomilho/vault-mobile
🔑 [really] safe password management mobile UI
https://github.com/joaomilho/vault-mobile
android ios password react-native security stateless vault
Last synced: about 2 months ago
JSON representation
🔑 [really] safe password management mobile UI
- Host: GitHub
- URL: https://github.com/joaomilho/vault-mobile
- Owner: joaomilho
- License: cc0-1.0
- Created: 2017-10-29T22:20:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T22:22:20.000Z (over 8 years ago)
- Last Synced: 2025-01-30T00:28:05.684Z (over 1 year ago)
- Topics: android, ios, password, react-native, security, stateless, vault
- Language: Objective-C
- Size: 153 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vault mobile
- [Intro](#intro)
- [Install](#install)
- [Development](#development)
### Intro
Using 1password? Great. But unless you use it only on offline mode your
passwords are now managed by a third-party corporation. Should you trust them?
No. Trust no one.
[Vault](https://github.com/jcoglan/vault/) is designed to be stateless, that is,
your passwords are not stored anywhere. All you need is to remember one
passphrase. The combination of this passphrase and the service name (e.g.
"twitter") will generate a unique and safe password for you.
Vault native is a simple native UI on top of
[vault](https://github.com/jcoglan/vault/) using
[react native](https://facebook.github.io/react-native/).
For a desktop version check [vault-desktop](https://github.com/joaomilho/vault-desktop).
Check it out:

### Install
Not yet published in the app/google store :/
You'll have to install in your phone manually for now.
### Development
```bash
# Clone this repository
git clone https://github.com/joaomilho/vault-native
# Go into the repository
cd vault-native
# Install dependencies
yarn install
# Run the app
yarn start
```
## License
[CC0 1.0 (Public Domain)](LICENSE.md)