Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/offrange/keygo
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.
https://github.com/offrange/keygo
aes-encryption android digital-vault java local-storage mobile-app password-manager security vault
Last synced: 12 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/offrange/keygo
- Owner: OffRange
- License: gpl-3.0
- Created: 2022-12-24T16:19:45.000Z (almost 2 years ago)
- Default Branch: v1
- Last Pushed: 2024-08-28T18:28:26.000Z (3 months ago)
- Last Synced: 2024-08-28T20:16:02.017Z (3 months ago)
- Topics: aes-encryption, android, digital-vault, java, local-storage, mobile-app, password-manager, security, vault
- Language: Java
- Homepage: https://offrange.github.io/projects/keygo/
- Size: 2.25 MB
- Stars: 39
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# KeyGo - Digital Vault
[](https://play.google.com/store/apps/details?id=de.davis.passwordmanager)![KeyGo Banner](https://github.com/OffRange/KeyGo/assets/42292083/c8366557-e24e-413d-be17-d6f02b2de740)
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
## Features
- Store Passwords and Credit Card information securely
- Generate secure Passwords and Passphrases
- Estimate Password Strength with [nbvcxz](https://github.com/GoSimpleLLC/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](https://img.shields.io/github/release/OffRange/KeyGo?include_prereleases=&sort=semver)](https://github.com/OffRange/KeyGo/releases/) |
| Google Play Store | [](https://play.google.com/store/apps/details?id=de.davis.passwordmanager) |## Installation Guide
1. Download the latest [APK file](https://github.com/OffRange/KeyGo/releases/latest) 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](https://developer.android.com/build/building-cmdline#sign_manually).### Install the apk
1. Connect your phone to your computer using a USB cable.
2. [Enable USB debugging on your device](https://developer.android.com/studio/debug/dev-options#Enable-debugging).
3. Install the APK using adb by running `adb install `.