My Safe is an Android app developed to offer a secure and user-friendly way to manage personal passwords. It features an intuitive and minimalist design.
This app allows you to:
- Create and protect access using a 4-digit PIN.
- Store passwords locally in an encrypted database using Room.
- View, create, and delete passwords at any time.
- Easily change the access PIN from the options menu.
- View the usage and privacy policy on a dedicated screen.
- Ensure acceptance of the privacy policy before using the app, requiring only one reminder.
All data remains on the user's device, without an internet connection or access to external services. It uses strong encryption using EncryptedSharedPreferences and is designed to request permissions only when required by specific functions.
Ideal for users looking for a local tool, without accounts, syncing, or complications. Because security starts with you.