A Password Manager Android app that securely stores and autofills passwords using accessibility services. Built using Java and XML in the AIDE app, it ensures that user data remains safe within their device.
- Save email and password combinations for any website.
- Autofill passwords directly on websites using the notification panel tile.
- Generate strong, random passwords for enhanced security.
- Import/export passwords with encryption for portability.
- Passwords are securely hashed and stored locally on the user's device.
- Storage: All passwords are securely stored on the user's phone. They never leave the device.
- Autofill: With accessibility services, the app autofills saved credentials on the respective websites.
- Security: Uses industry-standard hashing algorithms to protect stored passwords.
- Export/Import: Easily export your passwords and emails, which are encrypted and can be imported back when needed.
- Java
- XML
- AIDE Android IDE (instead of Android Studio)
- Accessibility Services for autofill functionality
- Save your passwords: Store your email-password pairs for different accounts.
- Autofill passwords: Use the notification tile to autofill your password on the respective website.
- Generate passwords: Use the built-in password generator to create strong passwords.
- Export/Import: Backup your passwords and import them on other devices.
-
Clone the repository:
git clone https://github.com/TechnicalVishalJi/Password-Manager.git
-
Open the project in AIDE or Android Studio.
-
Compile and run it on your device.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by Vishal Singh






