Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Latest commit

 

History

History
66 lines (41 loc) · 2.84 KB

README.md

File metadata and controls

66 lines (41 loc) · 2.84 KB

Gimme Password License Build Status Codacy Badge Release

logo

A password generator for android

Download

 

Features

  • 3 different password generation modes
  • Offers option to verify generated and/or user defined password online against pwned passwords API v2

Password generation modes

  • Default (generates random passwords)
  • XKCD (generates memorable passwords the XKCD way)
  • Kana (generates memorable passwords the Kana/Katakana way)

Default

Generates a classic password based on user-selected charsets (uppercase, lowercase, numbers and special characters)

default

XKCD

Generates memorable passwords out of several words from a wordlist.

Wordlist for the following languages are included

  • english
  • finnish
  • german
  • italian
  • japanese
  • spanish

xkcd

As reference: XKCD

Kana/Katakana

Generates memorable passwords based on kana and katakana.

For details see here.

kana

Password Verification

Password verification against pwned passwords API

pwned

Translations

  • English
  • German

Credits