A Simple Password Manager App For IOS and Android That Has Been Developed In React Native

password-manager

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

  • Manage user (Signup, Signout, Remove User)
  • Manage accounts (Add, Modify, Delete)
  • Encrypt account data to vault with user provided token
  • Stores and retrieves encrypted data from local storage
  • Support day/night mode

Screenshots

signin feed account nighmodeAccount nightmodeModify

Development

git clone https://github.com/zrven/password-manager.git
npm i
npx pod-install
npx react-native run-ios

Production

Modify source code by moving the vault from local storage to some other data store before using in app.

Download Details:

Author: zrven

Source Code: https://github.com/zrven/password-manager

#react #react-native #mobile-apps

A Simple Password Manager App For IOS and Android That Has Been Developed In React Native
11.90 GEEK