Skip to content
/ pwd Public
forked from signalwerk/pwd

Password Generator with German nouns

License

Notifications You must be signed in to change notification settings

elcazator/pwd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator with German nouns

.
├── /web/                       # A simple web password generator for the wordlist
├── /wordlists/                 # library with some words we can use for the generation
├── /generate.py                # the generator to get xkcd-password-style-words
├── /license.txt                # MIT-License for all code parts

General

The generate.py writes a JSON (/output/xkcd_de.json) with german nouns easily to remember (because usual). The file can then be used to build a XKCD-Style password. See: XKCD 936 – Password Strength

Latest

Here you get the latest code: https://github.com/signalwerk/xkcd-pwd

Credits

Build with Yeoman; Web app generator

About

Password Generator with German nouns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 78.3%
  • CSS 14.8%
  • JavaScript 4.7%
  • Python 2.2%