The Password Manager iOS app allows users to securely store and manage their passwords for various accounts like Google, Facebook, and more. The app encrypts passwords before storing them in Core Data to ensure data security.
- Secure Password Storage: Passwords are encrypted using AES encryption before storage.
- Core Data Integration: Utilizes Core Data for efficient data storage and retrieval.
- Simple and Intuitive UI: Easy-to-use interface for managing passwords.
- Add, Edit, and Delete Passwords: CRUD operations for managing password entries.
To install the Password Manager app on your iOS device:
- Clone the repository:
git clone https://github.com/mohd-kasif/Password-Manager.git
- Open the project in Xcode.
- Build and run the app on your simulator or iOS device.
- Tap the "+" button to add a new password entry.
- Enter account details (e.g., account name, username/email, password).
- Click on the button Add New Account to save entry.
- Tap on an existing password entry to view details.
- Edit the details and save to update the password.
- Click to see the detail of the saved password then press the Delete Button.