Skip to content

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.

License

OffRange/KeyGo

Repository files navigation

KeyGo - Digital Vault

Download from Google Play

KeyGo Banner

KeyGo is a secure, open-source Android password manager that allows you to store passwords and credit card information encrypted on your local device.

Modern, Innovative Design

Screenshot 1 Screenshot 2 Screenshot 3

Features

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

Available On

Platform Status
GitHub GitHub tag
Google Play Store Download from Google Play

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. The installation is now completed.

Build it yourself

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

Install the apk

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