Skip to content

MYP is your secure vault for all credentials — just remember one master password, and everything else is safely stored

Notifications You must be signed in to change notification settings

dahmansphi/MYP-release

Repository files navigation

🔒 MYP – Secure Password Vault

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.


✨ Key Features

  • 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.


📂 Repository Contents

  • 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).

📖 Documentation

Getting Started

  • Install the .aab via Google Play Internal Testing or sideload the .apk build.
  • Set up your master password to protect the vault.
  • Add credentials manually or import from supported formats.

Usage

  • 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).

Security Model

  • All data is saved locally.
  • No internet communication is performed by the app.

🛡️ Strengths

  • 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.

📜 Privacy Policy

See PRIVACY_POLICY.md for full details.
Summary: MYP does not collect, transmit, or share any data. All operations are offline.


📥 Download

  • Latest release: app-release.aab
  • For Play Store testing, upload the .aab to 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
    

📊 Excel Import Template

When importing credentials into MYP, use the following template structure. Each row represents one credential entry:

Category Comment Password Username Email 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

Notes:

  • Category must be one of:
    • login
    • browse
    • card
  • Fill in as many rows as you need.
  • After filling the template:
    1. Save as CSV (Comma delimited).
    2. Manually rename the file extension from .csv to .txt.
    3. In MYP, go to Profile → Import and select the .txt file.

This ensures your credentials are imported securely into your vault.

About

MYP is your secure vault for all credentials — just remember one master password, and everything else is safely stored

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published