Skip to content

JaroslawPokropinski/diceware-password-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diceware password generator

Natural Language Passwords database for password generation.

To create a password, roll four dice and select the corresponding word from the adjectives list. Roll five dice and select the corresponding word from the nouns list. Repeat, depending on whether you want a two, four, or six word password. A four word password provides 46.5 bits of entropy.

For example, your password could be: soapy weapons brisk blade

Usage

This fork allows to generate passwords using web frontend.

yarn
yarn start

About

Natural Language Passwords database for password generation that can be accessed through a browser: https://jaroslawpokropinski.github.io/diceware-password-generator/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 40.9%
  • HTML 21.1%
  • JavaScript 14.1%
  • CSS 12.1%
  • Python 11.8%