Password manager that makes use of the AES specification using Ionic 3.
-
🎨 This application will work for both Android and iOS and look great on both.
-
⚡️ This project has BcryptJS and Forge Ciphertext implementation to ensure optimal level of security. 👌
-
📝 It's based on "Build A Password Manager For Android And iOS Using Ionic 2" article by Nic Raboy
-
✏️ It's rewritten in Ionic 3 and should be compatible with Ionic 4 projects.
git clone https://github.com/jonpecson/ionic3-password-manager
npm install
ionic cordova platform add [<platform>]
The platform that you would like to add (android, ios)
ionic cordova run [<platform>]
The platform that you would like to run (android, ios)
Replace database.ts file with this code https://pastebin.com/raw/1d07svU8
ionic serve