Skip to content

Deterministic Password Generator for Android

License

ISC, ISC licenses found

Licenses found

ISC
licence.md
ISC
dpg-licence.md
Notifications You must be signed in to change notification settings

lp1dev/dpg-android

Repository files navigation

Deterministic Password Generator - Android Version

logo

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 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 - (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.