GithubHelp home page GithubHelp logo

codecracker's Introduction

Welcome to Code Cracker!

Made by Liam McBride and Patrick Edmonds

How to run

  • It is best to run this directly from command line because of how the file system works.
  • It has worked in both eclipse and VS code as well though. But if there are issues just use command line
  • To do this you'll want to start in hw_project -> src -> hw_13
cd src/hw_13
  • From there run
python GUI.py
  • Note might be python3 instead of python depending on your computer
  • From there you should see a screen w/ a inbox for a password as well as options for SHA types and dictionary types.
  • Select whatever values you want to. Note the further down the dictionary list your phrases are the longer it will take to crack so take a look at the list's in the directory to make your selection. This goes for combos as well. Combos will take longer to crack.
  • A suggestion to start off with is to do the password "aaa" or "aaaalex" against the smallest list as both of these will finish very quickly.
  • A good medium 20-30 result is to do "passwordmustang" from the 10k list.
  • Once you hit Start Decoding a second screen will come up.
  • While it says Loading... it is working in the background. You can see the words it's testing in the command line.
  • Once it's finished it should display a full screen matplot graph with all necessary info.
  • Even cooler though, once you've analyzed that data navigate back to the initial window and try another password!
  • If you keep the initial window open after the second password is cracked it will display both passwords that you tested.
  • This will continue for however many passwords you test allowing easy comparison between passwords, dictionaries, and SHA types. Once you close the initial page your data is gone for good.
  • Additional note. If the matplot graph comes up and it appears to have no bar for the password you just tested, that is most likely due to the scale not showing it's true height. Especially if another password took something like 10+ seconds to crack.

The files

  • GUI.py: Collects user input, as well as stores the array of previous passwords and stats.
  • BreakingGUI.py: Show's the user that the program is running as well as connects the user input and front end to the backend. Additionally handles the display of the results from the backend.
  • Cracker.py: This is the backend and the actual logic behind the program
  • small_list, 10k_list, 100k_list: The dictionaries being read from.

codecracker's People

Contributors

liammcbride avatar edmondpm24 avatar

Watchers

 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.