Manage your own passwords on any device, with the confidence that only you have access to them.
The passwords are stored in Dropbox (with more cloud services to come), encrypted by a master password.
Check the version hosted on GitHub Pages:
https://fernandreu.github.io/password-manager/
This project is a primarily serverless web app developed in Angular 9. To roll your own version, there is little that needs to be done in terms of setup / deployment:
- Fork / clone this repository
- Create your own apps in the developer page of each cloud service (only Dropbox so far)
- Back in your repository, update the hard-coded app IDs / secrets of each cloud service
- Make sure you have a suitable version of Node.js installed in your local machine. The CI pipeline uses version 8, but the latest version should work well too
- Configure Travis-CI to automatically build / test the app when commits get pushed (just as this repository does in
the
gh-pages
branch)