Code Monkey home page Code Monkey logo

correctstaple's Introduction

Correct Staple

Correct Staple is thought to take password phrases or passwords with multiple words and trying to split them into the word parts. This is done with a provided dictionary of valid words which can be words. Every input might result in multiple guesses, still this results in only 40% more guesses in average.

The idea to have the words split is to make it possible to toggle the case on the first characters of the words. Correct staple can provide its guesses already with all case possibilities.

Building

Correct Staple can be built using the provided CMake file or by just compiling the main.cpp file. It's recommended to use compiler optimization flag -O3.

Usage

correct-staple -i <input-file> -d <dictionary> [-ch] [-n <N>] [-m <min>] [-x <outfile>]
  -i <input-file> File where lines to split are read from
  -d <dictionary> Dictionary to read valid words from
  -n <N>          Set the minimal length for words
  -m <min>        At least one element in combination string must be longer than this value
  -x <outfile>    Save lines where no valid combinations is found to this file
  -c              Instead of printing the splitted words, apply case toggle for all words
  -h              Print Help

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.