A simple password manager I made to digitize personal passwords. PWA made using Ionic and Angular.
- Add all your passwords through easy to use interface
- Your old email and passwords will be suggested to autofill
- Search for your passwords
- Easily copy your passwords to use
- Password Protected
- Import or export your passwords to use on other devices
- Passwords are encrypted using AES by your master password
- Make login more intuitive
- Make import/ export simpler
Desktop | Mobile |
---|---|
This PWA is written using Ionic and Angular.
git clone https://github.com/khevamann/PasswordManager.git
cd PasswordManager
# Install dependencies
npm install
# To run a local development instance
npm run serve
# To build the app (to www folder)
npm run build