WiFi Password Manager

June 26, 2026 ยท View on GitHub

An Android application for managing saved WiFi network passwords using privileged system access through Shizuku or root access.

RB Status Downloads Repo Size License

Key Features

  • View Saved Networks: Display all configured WiFi networks with their passwords
  • Show Connected WiFi: Display the currently connected WiFi network, highlighted and pinned to the top of the list
  • Search & Copy: Find networks with real-time search and securely copy passwords
  • Network Notes: Add custom notes to WiFi networks
  • Import/Export: Export/import WiFi configurations as JSON, with optional GZip compression and encryption
  • Forget All Networks: Remove all saved WiFi networks at once
  • Auto-Persist Ephemeral Networks: Automatically save temporary WiFi networks to make them permanent
  • Quick Settings Tile: Toggle auto-persist feature directly from Quick Settings panel
  • Material Design 3: Modern UI with dynamic theming and dark/light mode support
  • Privileged Access: Uses Shizuku or root access for system-level WiFi management

Screenshots

List screenSearch screenSettings screen

Requirements

  • Android 11 (API 30) or higher
  • For system-level WiFi management: Shizuku or root access

Optional Permissions

  • ACCESS_WIFI_STATE: Access information about WiFi networks
  • ACCESS_FINE_LOCATION: Required by Android for certain WiFi information
  • ACCESS_COARSE_LOCATION: Required by Android alongside fine location

These permissions are only needed for the Show Connected WiFi feature when you do not have Shizuku or root access. With Shizuku or root access, the feature works without any permissions.

Installation

Get it on F-Droid Get it on IzzyOnDroid Get it on Obtainium Get it on GitHub

Technical Stack

Architecture

  • MVVM Pattern: Clean separation of concerns
  • Jetpack Compose: Modern declarative UI framework
  • Kotlin Coroutines: Asynchronous programming
  • Koin: Dependency injection

Key Libraries

  • Jetpack Compose: UI framework
  • Material 3: Design system
  • Navigation3: App navigation
  • WorkManager: Background task scheduling
  • DataStore: Settings persistence
  • Kotlinx Serialization: JSON handling
  • FileKit: File operations
  • Shizuku: Privileged API access
  • libsu: Root access support
  • HiddenApiBypass: Bypasses hidden API restrictions

Security & Privacy

  • App Lock: Protect access with biometric authentication or device credentials
  • Secure Screen: Prevents screenshots and screen recording when enabled
  • Local Storage: All data remains on your device
  • No Network Access: App doesn't connect to the internet
  • Sensitive Data Protection: Clipboard operations marked as sensitive

Verification

To verify the authenticity of downloaded APK files, you can check the SHA-256 certificate fingerprint using apksigner:

34:FF:A2:EE:65:8F:E0:36:B6:C5:D2:92:AE:B2:51:45:DE:69:57:ED:52:ED:D9:9F:4B:EB:8D:6B:36:31:C1:FF

Acknowledgments

  • Shizuku Team: For providing the framework for privileged API access
  • Android Open Source Project: For the underlying WiFi management APIs

Disclaimer

  • This app is designed for AOSP-based ROMs. Custom ROMs or operating systems with heavily modified Android frameworks may not be fully supported or compatible.
  • Use at your own risk. I'm not responsible for any misuse or damage caused by this application.