A simple password manager app for iOS and Android that has been developed in React Native. All data is stored and retrieved using highly secure AES encryption. The current version works only in a single device and doesn’t make any external calls.
This repository contains full source code of the Password Manager. Welcome to contribute to the source code.
Current base version supports
git clone https://github.com/zrven/password-manager.git
npm i
npx pod-install
npx react-native run-ios
Modify source code by moving the vault from local storage to some other data store before using in app.
Author: zrven
Source Code: https://github.com/zrven/password-manager
#react #react-native #mobile-apps