MYP is a secure, offline password manager designed to keep your credentials safe on both mobile and desktop (coming soon).
Unlike cloud‑based solutions, MYP operates completely offline — your data never leaves your device.
-
Offline Operation
Works entirely without internet access. No servers, no cloud, no external storage. -
Cross‑Platform
Built with Flutter for Android, iOS, and desktop compatibility. -
Import/Export Support
Easily migrate credentials via Excel or text files with robust validation. -
User‑Friendly Design
Clean UI, responsive navigation, and clear feedback dialogs. -
Security First
No data collection, no tracking, no hidden analytics. Your vault is yours alone.
releases/app-release.aab→ Latest signed Android App Bundle for testing or distribution.PRIVACY_POLICY.md→ Full privacy policy (offline, no data collection).README.md→ Project overview (this file).
- Install the
.aabvia Google Play Internal Testing or sideload the.apkbuild. - Set up your master password to protect the vault.
- Add credentials manually or import from supported formats.
- Add Entry: Store usernames, passwords, or secure notes.
- Search Vault: Quickly find saved credentials.
- Import/Export: Move data between devices securely. for the import refere IMPORT Guide
- Reset Master Password: Regain access if forgotten (stored credentials may be cleared for security).
- All data is saved locally.
- No internet communication is performed by the app.
- Privacy by Design: No data collection, no telemetry.
- Offline Reliability: Works anywhere, even without connectivity.
- Transparency: Open documentation and clear policies.
- Future‑Proof: Built with modern Flutter patterns and defensive coding.
See PRIVACY_POLICY.md for full details.
Summary: MYP does not collect, transmit, or share any data. All operations are offline.
- Latest release: app-release.aab
- For Play Store testing, upload the
.aabto an Internal Testing Track. - For direct device testing, build and install the
.apk:flutter build apk --release adb install build/app/outputs/flutter-apk/app-release.apk
When importing credentials into MYP, use the following template structure. Each row represents one credential entry:
| Category | Comment | Password | Username | Weblink | |
|---|---|---|---|---|---|
| login | Gmail account | myPass123 | denizuser | deniz@email.com | https://mail.google.com |
| browse | Shopping site | shopPass456 | shopper01 | shopper@email.com | https://shop.example.com |
| card | Visa card info | cardPass789 | myCardUser | card@email.com | https://bank.example.com |
- Category must be one of:
loginbrowsecard
- Fill in as many rows as you need.
- After filling the template:
- Save as CSV (Comma delimited).
- Manually rename the file extension from
.csvto.txt. - In MYP, go to Profile → Import and select the
.txtfile.
This ensures your credentials are imported securely into your vault.