https://github.com/jrvansuita/password-vault
🔐 Manage passwords, emails, credentials and notes. All on a safe, personal and synced vault.
https://github.com/jrvansuita/password-vault
android app cloud credentials firebase password safe vault
Last synced: 10 months ago
JSON representation
🔐 Manage passwords, emails, credentials and notes. All on a safe, personal and synced vault.
- Host: GitHub
- URL: https://github.com/jrvansuita/password-vault
- Owner: jrvansuita
- Created: 2022-05-13T17:15:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-27T09:48:35.000Z (11 months ago)
- Last Synced: 2025-08-03T13:38:31.774Z (11 months ago)
- Topics: android, app, cloud, credentials, firebase, password, safe, vault
- Language: Java
- Homepage:
- Size: 18.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Vault

If you are an Android user, I present you the Password Vault App.
This is a very awesome android app that I build back in 2017 for keeping my passwords and website credentials safe and synced with all my smart devices (smartphones, tablets and smartwacth). That time I couldn't find any app for storing my passwords and keep it simple as it can, so I decided to build one and published for all mates to use it too. Using the Google Material Design I could build an very simple and intuitive UI. As time passes some libraries and resources became deprecated and the Google removed my app from Play Store. So now I'm refactoring and chanding some features to fits Google requeriments and republish this app.


### Libraries
- __[Material Dialogs](https://github.com/afollestad/material-dialogs)__ by [@afollestad](https://github.com/afollestad)
- __[Material Cab](https://github.com/afollestad/material-cab)__ by [@afollestad](https://github.com/afollestad)
- __[RoundedImageView](https://github.com/vinc3m1/RoundedImageView)__ by [@vinc3m1](https://github.com/vinc3m1)
- __[SmartTabLayout](https://github.com/ogaclejapan/SmartTabLayout)__ by [@ogaclejapan](https://github.com/ogaclejapan)
- __[IconHandler](https://github.com/jrvansuita/IconHandler)__ by [Myself 😂](https://github.com/jrvansuita)
- __[MaterialAbout](https://github.com/jrvansuita/MaterialAbout)__ by [Myself 😂](https://github.com/jrvansuita)
- __[PickImage](https://github.com/jrvansuita/PickImage)__ by [Myself 😍](https://github.com/jrvansuita)
- __[AppIntro](https://github.com/AppIntro/AppIntro)__ by [@AppIntro](https://github.com/AppIntro)
- __[ButterKnife](https://github.com/JakeWharton/butterknife)__ by [@JakeWharton](https://github.com/JakeWharton)
- __[Picasso](https://github.com/square/picasso)__ by [@square](https://github.com/square)
### Technologies
##### In this project I really wanted to test the Google Firebase tools, so ended using most of it.
- Database: __[Firebase Realtime DB](https://firebase.google.com/products/realtime-database)__
- Auth: __[Firebase Auth](https://firebase.google.com/products/auth)__
- Ads: __[Google Ads](https://ads.google.com/)__
- Image Storing: __[Firebase Storage](https://firebase.google.com/products/storage)__
- Analytics: __[Facebook App Events](https://developers.facebook.com/docs/app-events/overview/)__
#