yafp / GimmePassword

A simple password generator for android which offers 3 different modes. It can either generate classic passwords, or following the XKCD philosopy, or finally create somehow memorable passwords based on the japanese katakana.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple password generator for android which offers 3 different modes. It can either generate classic passwords, or following the XKCD philosopy, or finally create somehow memorable passwords based on the japanese katakana.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%