Giter Site home page Giter Site logo

philiphuang2 / scrabble-passwords Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.27 MB

Given a set of parameters of which to generate a unique password, return a set of passwords that are memorable and strong

License: MIT License

JavaScript 100.00%

scrabble-passwords's Introduction

Scrabble-Passwords

Given a set of parameters of which to generate a unique password, return a set of passwords that are memorable and strong

Basic ToDo List

  1. Using React, ask the user to given a list of parameters of which they want their password to contain
  2. Generate a password using said parameters
  3. Using a DAWG (Direct Acyclic Word Graph) to figure out what words can be used from the password
  4. rearrange a password to seperate words with random symbols and excess letters
  5. Rank each possible password and return the top X passwords for the user to use
    1. More complex words are ranked better (ie. Kangaroo is better than bee)
    2. Minimize the amount of "loose letters" (ie. letter@? is better than t@leer@t)
    3. Use common "leet speak" to increase the amount of usable letters if nessecary ( ie. CA$H is better that ha$c)
    4. more prioritization when experimenting

Resources Used

Initial Concept

The World's Fastest Scrabble Program

by Andrew W. Appel, and Guy J. Jacobson

from the CMU School of Computer Science

Basic implementation of DAWG

DAWG Implementation

by Steve Hanov

His Blog

scrabble-passwords's People

Contributors

philiphuang2 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.