/PasswordManager

An open-source password manager - a reliable solution prioritizing transparency and security. Utilizing AES encryption, one of the most trusted algorithms, your sensitive information stays confidential and safeguarded.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Password Manager

repository-logo

A secure, open-source Android password manager that stores passwords and credit card information encrypted on a local device

Get a first impression

Dashboardside Viewingside

Features

  • Store Passwords and Credit Card information
  • Generate secure Passwords and Passphrases
  • Estimate the Password Strength with nbvcxz
  • AES-Encryption on your local device
  • Autofill feature for easy input
  • Supports Material 3 and Dynamic Color (Android 12+ required)

Available On

Platform Status
GitHub GitHub tag
Google Play Store Planned for July/August 2023

Installation Guide

  1. Download the latest APK file under "Assets"
  2. Open the "Downloads" folder on your device and tap the APK file to begin the installation process.
  3. A pop-up message will appear asking for your permission to install the app. Tap "Settings" on the pop-up message.
  4. On the settings page, toggle the switch next to "Allow from this source" to grant permission to install apps from GitHub releases.
  5. Go back to the installation screen and tap "Install" to continue with the installation process.
  6. Installation completed

Build it yourself

  1. Clone the repository by running git clone https://github.com/OffRange/Passwordmanager.git in your terminal.
  2. Run .gradlew assembleRelease. APKs can be found under PasswordmManager/app/build/outputs/apk/
  3. (Optional but highly recommended) Sign the apk

Install the apk

  1. Connect your phone using a USB cable to your computer.
  2. Enable USB debugging on your device
  3. Install the apk using adb by running adb install <path to apk file>