https://github.com/lp1dev/dpg-android
Deterministic Password Generator for Android
https://github.com/lp1dev/dpg-android
android password password-generator password-manager
Last synced: 7 months ago
JSON representation
Deterministic Password Generator for Android
- Host: GitHub
- URL: https://github.com/lp1dev/dpg-android
- Owner: lp1dev
- License: isc
- Created: 2017-07-15T21:13:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T22:52:18.000Z (over 8 years ago)
- Last Synced: 2025-03-29T15:42:08.448Z (11 months ago)
- Topics: android, password, password-generator, password-manager
- Language: Java
- Homepage:
- Size: 3.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Deterministic Password Generator - Android Version

DPG is a deterministic password generator that does not store data or keep state. Its output is based purely on user input.
This version is based on https://github.com/w8rbt/dpg.
Please read this [project's readme](https://github.com/w8rbt/dpg/blob/master/readme.md) before using DPG on Android, or to understand why DPG is different than the other password generators.
## Dowload the Latest Build
[Version 0.0.1](https://raw.githubusercontent.com/lp1dev/dpg-android/master/app/app-release.apk) - (Minimum Android Version 4.4)
## Nota bene
Android API < 26 doesn't support PBKDF2WithHmacSHA512 encryption,
that's why this app switches to PBKDF2WithHmacSHA1 if you are using a device with an older Android version than O.