yafp / gkanapass

gkanapass is a python based password generator influenced by kana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Health License

logo gkanapass

xkcd https://xkcd.com/936/

About

gkanapass is a python based password generator influenced by kana

You might ask

why another password generator?

I was in need for a python playground, simple as that.

Install / Uninstall

  • Unpack the archive
  • navigate to folder which contains this README.md
  • Install by running:

sudo make install

Uninstall by running:

sudo make uninstall

Usage

To display the general help:

gkanapass -h

To generate passwords with default length (10)

gkanapass

To generate passwords with user-defined length (14)

gkanapass 14

Usage

Be aware: gkanapass is forcing a min password length of 8.

Supported platforms

gkanapass was tested so far on the following setups/platforms

  • Linux (using python2 and python3)

About

gkanapass is a python based password generator influenced by kana

License:GNU General Public License v3.0


Languages

Language:Python 86.8%Language:Makefile 13.2%